ESRI.ArcGIS.ADF.ArcGISServer
DestinationSubtypeCode Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > RelationshipRule Class : DestinationSubtypeCode Property




The subtype value of the destination ObjectClass.

Syntax

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

See Also

© 2010 All Rights Reserved.