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