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




The name of the field in the created table that will store code value descriptions. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.