ArcObjects Library Reference (Carto)  

IMapLayerInfo4.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(
  BSTR* desc
);
[C++]

Parameters

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

Product Availability

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

See Also

IMapLayerInfo4 Interface