Get(string,bool) Method
Summary
Reads the property as a boolean.
Syntax
public bool Get(
string name,
bool def
)
Public Function [Get](
ByVal name As String,
ByVal def As Boolean
) As Boolean
public:
bool Get(
String^ name,
bool def
)
Parameters
name
Name of the property to query.
def
Default value to return in case the property was not set.
Return Value
Value of the property.