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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also