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


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

IMapServerSublayer2.SourceID Property

The source ID of the layer.

[Visual Basic .NET]
Public Property SourceID As String
[C#]
public string SourceID {get; set;}
[C++]
HRESULT get_SourceID(
  System.String* 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

Product Availability

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

See Also

IMapServerSublayer2 Interface