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




The description of the domain to be created or updated. Domain descriptions of existing domains are not updated. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.