ArcObjects Library Reference (GISClient)  

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

Parameters

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

Product Availability

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

See Also

IAGSServerObjectName3 Interface