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




Indicates if the relationships in this relationship class have attributes.

Syntax

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

See Also

© 2010 All Rights Reserved.