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




The name of the field that contains object class identifiers.

Syntax

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

See Also

© 2010 All Rights Reserved.