This document is archived and information here might be outdated. Recommended version. |
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*
SourceDescription contains information about the data type of the layer's source data. This information can be found in the Source tab of the Layer Properties dialog of the map document (.mxd or .pmf).
With ArcGIS Server 9.3 release, this property is deprecated and always returns empty string.