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


IAGSServerObjectName2.NameString2 Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerObjectName2 Interface > IAGSServerObjectName2.NameString2 Property
ArcGIS Developer Help

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(
  System.String* ns
);
[C++]
Parameters
ns [in]

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

Product Availability

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

See Also

IAGSServerObjectName2 Interface