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


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

IFeatureServiceLayerEditExtension.PlugInTableName Property

The feature service plug in table for display.

[Visual Basic .NET]
Public Property PlugInTableName As IName
[C#]
public IName PlugInTableName {get; set;}
[C++]
HRESULT get_PlugInTableName(
  IName** pTableName
);
[C++]
HRESULT putref_PlugInTableName(
  IName* pTableName
);
[C++]

Parameters pTableName [out, retval]
pTableName is a parameter of type IName pTableName [in]
pTableName is a parameter of type IName

Product Availability

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

See Also

IFeatureServiceLayerEditExtension Interface