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




Glossary Item Box

The allowed values for this var. Can be length 0 (which means anything is allowed OR the list was too long).

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AllowedValues As IList(Of TemplateVariableValue)
Visual Basic (Usage)Copy Code
Dim instance As TemplateVariable
Dim value As IList(Of TemplateVariableValue)
 
value = instance.AllowedValues
C# 
public IList<TemplateVariableValue> AllowedValues {get;}
Managed Extensions for C++ 
public: __property IList<TemplateVariableValue*>* get_AllowedValues();
C++/CLI 
public:
property IList<TemplateVariableValue^>^ AllowedValues {
   IList<TemplateVariableValue^>^ get();
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software