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


IDEGdbTable.ControllerMemberships Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGdbTable.ControllerMemberships Property

The set of controller memberships for the table.

[Visual Basic .NET]
Public Property ControllerMemberships As IArray
[C#]
public IArray ControllerMemberships {get; set;}
[C++]
HRESULT get_ControllerMemberships(
  IArray** ControllerMemberships
);
[C++]
HRESULT putref_ControllerMemberships(
  IArray* ControllerMemberships
);
[C++]

Parameters ControllerMemberships [out, retval]
ControllerMemberships is a parameter of type IArray ControllerMemberships [in]
ControllerMemberships is a parameter of type IArray

Product Availability

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

See Also

IDEGdbTable Interface