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




Glossary Item Box

Can return all values for this select variable.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AllowAll As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TemplateVariable
Dim value As Boolean
 
value = instance.AllowAll
C# 
public bool AllowAll {get;}
Managed Extensions for C++ 
public: __property bool get_AllowAll();
C++/CLI 
public:
property bool AllowAll {
   bool get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.