Windward Studios API Reference
AutoMetadata Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > TemplateVariable Class : AutoMetadata Property




Glossary Item Box

If this is an auto-select, this is the metadata for the select. For SQL this is [dbo.]table.column using the raw values (no surrounding spaces) and for XML it is the full XPath to that node.

Syntax

Visual Basic (Declaration) 
Public Property AutoMetadata As String
Visual Basic (Usage)Copy Code
Dim instance As TemplateVariable
Dim value As String
 
instance.AutoMetadata = value
 
value = instance.AutoMetadata
C# 
public string AutoMetadata {get; set;}
Managed Extensions for C++ 
public: __property string* get_AutoMetadata();
public: __property void set_AutoMetadata( 
   string* value
);
C++/CLI 
public:
property String^ AutoMetadata {
   String^ get();
   void set (    String^ value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software