This document is archived and information here might be outdated. Recommended version. |
The name of the field that contains a friendly name for an item.
[Visual Basic .NET]
Public Property NameField As String
[C#]
public string NameField {get; set;}
[C++]
HRESULT get_NameField(
BSTR pNameField
);
[C++]
HRESULT put_NameField(
System.String* pNameField
);
[C++] Parameters pNameField [in]
pNameField is a parameter of type BSTR pNameField [out, retval]
pNameField is a parameter of type BSTR*