ESRI.ArcGIS.ADF.ArcGISServer
KeyRole Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > RelationshipClassKey Class : KeyRole Property




The role of the key in the relationship class.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property KeyRole As esriRelKeyRole
Visual Basic (Usage)Copy Code
Dim instance As RelationshipClassKey
Dim value As esriRelKeyRole
 
instance.KeyRole = value
 
value = instance.KeyRole
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public esriRelKeyRole KeyRole {get; set;}

See Also

© 2010 All Rights Reserved.