Id (Readonly) |
Top Previous Next |
Gets an Id for the active XML Template.
VB.NET Syntax
[String =] XmlTemplate.Id
C# Syntax
[String =] XmlTemplate.Id;
Remarks
Returns a string with an identification corresponding to the active XML Template. This Id is equivalent to the filename of the XML template excluding the extension.
|