CharacterIndex Property
Syntax
[DataMemberAttribute(Name="characterIndex")]
public int CharacterIndex { get; set; }
<DataMemberAttribute(Name:="characterIndex")>
Public Property CharacterIndex() As Integer
Get
Set
public:
[DataMemberAttribute(Name=L"characterIndex")]
property Int32 CharacterIndex
{
Int32 get()
void set(Int32 value)
}
Property Value
An integer corresponding to the index value.