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


IFeatureServiceLayerEditExtension.LayerID Property (ArcObjects .NET 10.6 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(
  System.String* pLayerID
);
[C++]

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

Product Availability

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

See Also

IFeatureServiceLayerEditExtension Interface