ArcObjects Library Reference (Carto)  

IFeatureServiceLayerEditExtension.PlugInFeatureClassName Property

The feature service plug in feature class for display.

[Visual Basic .NET]
Public Property PlugInFeatureClassName As IName
[C#]
public IName PlugInFeatureClassName {get; set;}
[C++]
HRESULT get_PlugInFeatureClassName(
  IName** pFeatureClassName
);
[C++]
HRESULT putref_PlugInFeatureClassName(
  IName* pFeatureClassName
);
[C++]

Parameters

pFeatureClassName [out, retval]

  pFeatureClassName is a parameter of type IName

pFeatureClassName [in]

  pFeatureClassName is a parameter of type IName

Product Availability

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

See Also

IFeatureServiceLayerEditExtension Interface