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

Gets the integer value of the profile property

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

Syntax

C#
protected int GetInt(
	int index
)
Visual Basic (Declaration)
Protected Function GetInt ( _
	index As Integer _
) As Integer
Visual C++
protected:
int GetInt(
	int index
)

Parameters

index
Type: System..::.Int32
The index of the property

Return Value

The integer value of the property

See Also