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




The string for the default value to be added to each new table or feature class. The field type controls what kind of string can be added. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.