This document is archived and information here might be outdated.  Recommended version.


IMapLayerInfo3.SourceDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapLayerInfo3 Interface > IMapLayerInfo3.SourceDescription Property
ArcGIS Developer Help

IMapLayerInfo3.SourceDescription Property

The description of the source information for the layer.

[Visual Basic .NET]
Public ReadOnly Property SourceDescription As String
[C#]
public string SourceDescription {get;}
[C++]
HRESULT get_SourceDescription(
  System.String* desc
);
[C++]
Parameters
desc [out, retval]

desc is a parameter of type BSTR*

Product Availability

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

Remarks

Note: It has been deprecated.

See Also

IMapLayerInfo3 Interface