This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerObjectName2 Interface > IAGSServerObjectName2.NameString2 Property (ArcObjects .NET 10.5 SDK) |
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