ESRI.ArcGIS.DataManagementTools
relationship_type Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > CreateRelationshipClass Class : relationship_type Property




The type of relationship to create between the origin and destination tables. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property relationship_type As String
Visual Basic (Usage)Copy Code
Dim instance As CreateRelationshipClass
Dim value As String
 
instance.relationship_type = value
 
value = instance.relationship_type
C# 
public string relationship_type {get; set;}

See Also

© 2010 All Rights Reserved.