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 > IAGSServerObjectName3 Interface > IAGSServerObjectName3.Description Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR objectURL
);
[C++]
Parameters objectURL [out, retval] objectURL is a parameter of type BSTR objectURL [in] objectURL is a parameter of type BSTR