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




Glossary Item Box

Allowed values are flags, several can be set as ; delimited.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsAllowedAreFlags As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PropertyValue
Dim value As Boolean
 
value = instance.IsAllowedAreFlags
C# 
public bool IsAllowedAreFlags {get;}
Managed Extensions for C++ 
public: __property bool get_IsAllowedAreFlags();
C++/CLI 
public:
property bool IsAllowedAreFlags {
   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

© 2020 All Rights Reserved.