ArcObjects Library Reference (Carto)  

IPublishLayer.SupportsPublishing Property

Indicates if the layer supports the publishing process.

[Visual Basic .NET]
Public ReadOnly Property SupportsPublishing As Boolean
[C#]
public bool SupportsPublishing {get;}
[C++]
HRESULT get_SupportsPublishing(
  VARIANT_BOOL* bValid
);
[C++]

Parameters

bValid [out, retval]   bValid is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IPublishLayer Interface