[This is preliminary documentation and is subject to change.]

Gets the boolean value of the property with a default value

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
protected bool GetBool(
	int index,
	bool defaultValue
)
Visual Basic (Declaration)
Protected Function GetBool ( _
	index As Integer, _
	defaultValue As Boolean _
) As Boolean
Visual C++
protected:
bool GetBool(
	int index, 
	bool defaultValue
)

Parameters

index
Type: System..::.Int32
The index of the property
defaultValue
Type: System..::.Boolean
The default value if the string at the index is empty

Return Value

The value of the property

See Also