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 |
| 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(); |
Requirements
Platforms: Windows 10, Windows NT, Windows Server
See Also