ESRI.ArcGIS.ADF.ArcGISServer
RelationshipRules Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DERelationshipClass Class : RelationshipRules Property




The relationship rules that apply to this relationship class.

Syntax

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

See Also

© 2010 All Rights Reserved.