ArcObjects Library Reference (GISClient)  

ISDSServerObjectConfiguration.LayersDescription Property

The description of the layers of this service.

[Visual Basic .NET]
Public Property LayersDescription As String
[C#]
public string LayersDescription {get; set;}
[C++]
HRESULT get_LayersDescription(
  BSTR* pLyrDesc
);
[C++]
HRESULT put_LayersDescription(
  BSTR pLyrDesc
);
[C++]

Parameters

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

Product Availability

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

See Also

ISDSServerObjectConfiguration Interface