ArcObjects Library Reference (GeoDatabase)  

IFieldEdit.DefaultValue Property

The default value of the field.

[Visual Basic .NET]
Public WriteOnly Property DefaultValue_2
[C#]
public void DefaultValue_2 {set;}
[C++]
HRESULT put_DefaultValue(
  VARIANT 
);
[C++]

Parameters

[in]    is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFieldEdit Interface