ArcObjects Library Reference (Carto)  

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(
  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

Product Availability

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

See Also

IMapServerSublayer2 Interface