PropertiesGetBoolValue Method (String) |
Returns a value as a boolean for a property in the collection. If the property doesn't exist, then false is returned.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool GetBoolValue(
string name
)
Public Function GetBoolValue (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The property name.
Return Value
Type:
BooleanThe value of the property as a boolean.
See Also