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




Indicates if the relationship class represents a composite relationship in which the origin object class represents the composite object.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=3)>
Public Property IsComposite As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DERelationshipClass
Dim value As Boolean
 
instance.IsComposite = value
 
value = instance.IsComposite
C# 
[XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=3)]
public bool IsComposite {get; set;}

See Also

© 2010 All Rights Reserved.