ESRI.ArcGIS.ADF.ArcGISServer
ControllerMemberships Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DETable Class : ControllerMemberships Property




The set of controller memberships for the table.

Syntax

Visual Basic (Declaration) 
<XmlArrayItemAttribute(XmlSchemaForm.Unqualified)>
<XmlArrayAttribute(Form=XmlSchemaForm.Unqualified, Order=16)>
Public Property ControllerMemberships As ControllerMembership()
Visual Basic (Usage)Copy Code
Dim instance As DETable
Dim value() As ControllerMembership
 
instance.ControllerMemberships = value
 
value = instance.ControllerMemberships
C# 
[XmlArrayItemAttribute(XmlSchemaForm.Unqualified)]
[XmlArrayAttribute(Form=XmlSchemaForm.Unqualified, Order=16)]
public ControllerMembership[] ControllerMemberships {get; set;}

See Also

© 2010 All Rights Reserved.