This document is archived and information here might be outdated. Recommended version. |
Alter the name of the object class field.
[Visual Basic .NET]
Public Sub AlterFieldName ( _
ByVal FieldName As String, _
ByVal newFieldName As String _
)
[C#]
public void AlterFieldName (
string FieldName,
string newFieldName
);
[C++]
HRESULT AlterFieldName(
BSTR FieldName,
BSTR newFieldName
);
[C++] Parameters FieldName [in]
FieldName is a parameter of type BSTR newFieldName [in]
newFieldName is a parameter of type BSTR