Windward Engine API Reference
AutotagXml Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > TemplateMetrics Class : AutotagXml Property




Glossary Item Box

The template metadata as an XML file. null if there is none. Warning, this schema can change between versions and use of this property is not supported.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("This is for internal Windward use only - do not use.")>
Public ReadOnly Property AutotagXml As XmlDocument
Visual Basic (Usage)Copy Code
Dim instance As TemplateMetrics
Dim value As XmlDocument
 
value = instance.AutotagXml
C# 
[Obsolete("This is for internal Windward use only - do not use.")]
public XmlDocument AutotagXml {get;}
Managed Extensions for C++ 
[Obsolete("This is for internal Windward use only - do not use.")]
public: __property XmlDocument* get_AutotagXml();
C++/CLI 
[Obsolete("This is for internal Windward use only - do not use.")]
public:
property XmlDocument^ AutotagXml {
   XmlDocument^ get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.