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




An array with the relationship class keys (IGPRelationshipClassKey) of the origin classes.

Syntax

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

See Also

© 2010 All Rights Reserved.