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




Glossary Item Box

Gets a boolean value. A value considered as false if it is a null or empty string or a string that equals to one of: false, 0 (zero), off, no. Any other value is treated as a true value.

Syntax

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