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


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

IAGSServerObjectName3.Description Property

The name of the service.

[Visual Basic .NET]
Public Property Description As String
[C#]
public string Description {get; set;}
[C++]
HRESULT get_Description(
  BSTR objectURL
);
[C++]
HRESULT put_Description(
  System.String* objectURL
);
[C++]
Parameters
objectURL [in]

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

Product Availability

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

See Also

IAGSServerObjectName3 Interface