IVsDataTableColumn.DefaultValue Property

Definition

Gets the default value assigned to this column object, if any.

public:
 property System::Object ^ DefaultValue { System::Object ^ get(); };
public object DefaultValue { get; }
member this.DefaultValue : obj
Public ReadOnly Property DefaultValue As Object

Property Value

The default value assigned to this column, if any, or null if no default value exists.

Applies to