This document is archived and information here might be outdated.  Recommended version.


IAGSServerObjectName2.NameString2 Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

IAGSServerObjectName2.NameString2 Property

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(
  BSTR ns
);
[C++]

Parameters ns [out, retval] ns is a parameter of type BSTR ns [in] ns is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGSServerObjectName2 Interface