GetBool Method
Summary
Reads the property as a boolean.
Syntax
public bool GetBool(
string name
)
Public Function GetBool(
ByVal name As String
) As Boolean
public:
bool GetBool(
String^ name
)
Parameters
name
Name of the property to query.
Return Value
Boolean value of the property.