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