This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerSublayer2 Interface > IMapServerSublayer2.SourceID Property (ArcObjects .NET 10.5 SDK) |
The source ID of the layer.
[Visual Basic .NET] Public Property SourceID As String
[C#] public string SourceID {get; set;}
[C++]
HRESULT get_SourceID(
BSTR* SourceID
);
[C++]
HRESULT put_SourceID(
BSTR SourceID
);
[C++]
Parameters SourceID [out, retval] SourceID is a parameter of type BSTR SourceID [in] SourceID is a parameter of type BSTR