The field at the specified index.
[Visual Basic 6.0] Property Field(
ByVal Index As Long _
) As IField
[Visual Basic .NET] Public Function get_Field ( _ ByVal Index As Integer _ ) As IField
[C#] public IField get_Field ( int Index );
[Java] public IField getField ( Long Index )
[C++] HRESULT get_Field( long Index, IField** Field );
Parameters
Index [in]
Index is a parameter of type long
Field [out, retval]
Field is a parameter of type IField