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

Gets the string representation of the profile property

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

Syntax

C#
protected string GetString(
	int index
)
Visual Basic (Declaration)
Protected Function GetString ( _
	index As Integer _
) As String
Visual C++
protected:
String^ GetString(
	int index
)

Parameters

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

Return Value

The string value of the profile property

See Also