Windward Studios 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 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software