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




Indicates if the relationship class represents a table attachment.

Syntax

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

See Also

© 2010 All Rights Reserved.