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

Gets the value of the selected field from the object.

Namespace:  OfficeClip.BusinessLayer.Extranet
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public string GetSelectedField(
	int index
)
Visual Basic (Declaration)
Public Function GetSelectedField ( _
	index As Integer _
) As String
Visual C++
public:
String^ GetSelectedField(
	int index
)

Parameters

index
Type: System..::.Int32
The integer index determined by the extranet field id TrackerFieldsNameId

Return Value

The string value of the selected field.

See Also