This document is archived and information here might be outdated. Recommended version. |
Field at the specified index.
[Visual Basic .NET]
Public Function get_Field ( _
ByVal Index As Integer _
) As String
[Visual Basic .NET]
Public Sub set_Field ( _
ByVal Index As Integer, _
ByVal Name As String _
)
[C#]
public string get_Field (
int Index
);
[C#]
public void set_Field (
int Index,
string Name
);
[C++]
HRESULT get_Field(
long Index,
System.String* Name
);
[C++]
HRESULT put_Field(
long Index,
BSTR Name
);
[C++] Parameters Index [in]
Index is a parameter of type long Name [out, retval]
Name is a parameter of type BSTR* Index [in]
Index is a parameter of type long Name [in]
Name is a parameter of type BSTR