Returns the string associated to the item index. The item must be of string type.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string this[
	int index
] { get; }
Public ReadOnly Default Property Item ( _
	index As Integer _
) As String
	Get
public:
property String^ default[int index] {
	String^ get (int index);
}

Parameters

index
Int32

See Also