This document is archived and information here might be outdated. Recommended version. |
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*