This document is archived and information here might be outdated. Recommended version. |
The name string of the object.
[Visual Basic .NET] Public Property NameString As String
[C#] public string NameString {get; set;}
[C++]
HRESULT get_NameString(
BSTR NameString
);
[C++]
HRESULT put_NameString(
System.String* NameString
);
[C++]
Parameters NameString [in]
NameString is a parameter of type BSTR NameString [out, retval]
NameString is a parameter of type BSTR*
The NameString property is reserved for future use. When implemented, it will return a string representation of the locational component of the name object that may be persisted by applications.