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




The name of the field that contains object identifiers.

Syntax

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

See Also

© 2010 All Rights Reserved.