ArcObjects Library Reference (Carto)  

IPublishLayer.PublishingDescription Property

The layer description reported to the publisher.

[Visual Basic .NET]
Public ReadOnly Property PublishingDescription As String
[C#]
public string PublishingDescription {get;}
[C++]
HRESULT get_PublishingDescription(
  BSTR* bsDescription
);
[C++]

Parameters

bsDescription [out, retval]   bsDescription is a parameter of type BSTR

Product Availability

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

See Also

IPublishLayer Interface