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


IFeatureServiceLayerEditExtension.LayerID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFeatureServiceLayerEditExtension.LayerID Property

the Feature Service Layer ID.

[Visual Basic .NET]
Public Property LayerID As String
[C#]
public string LayerID {get; set;}
[C++]
HRESULT get_LayerID(
  BSTR* pLayerID
);
[C++]
HRESULT put_LayerID(
  BSTR pLayerID
);
[C++]

Parameters pLayerID [out, retval] pLayerID is a parameter of type BSTR pLayerID [in] pLayerID is a parameter of type BSTR

Product Availability

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

See Also

IFeatureServiceLayerEditExtension Interface