This document is archived and information here might be outdated. Recommended version. |
The field name.
[Visual Basic .NET] Public Property FieldName As String
[C#] public string FieldName {get; set;}
[C++]
HRESULT get_FieldName(
BSTR FieldName
);
[C++]
HRESULT put_FieldName(
System.String* FieldName
);
[C++]
Parameters FieldName [in]
FieldName is a parameter of type BSTR FieldName [out, retval]
FieldName is a parameter of type BSTR*