Gets the prefix string for the list item at the specified index.
            
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# | 
|---|
string GetString( int index )  | 
| Visual Basic | 
|---|
Function GetString ( _ index As Integer _ ) As String  | 
| Visual C++ | 
|---|
String^ GetString( int index )  | 
Parameters
- index
 - Type: System..::..Int32
The list item index.