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 10, Windows NT, Windows Server
See Also