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;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also