This document is archived and information here might be outdated.  Recommended version.


IFieldEdit.DefaultValue Property (ArcObjects .NET 10.5 SDK)
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