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