Share via


ColumnConfigAnnotation.HasDefaultValue Property

Gets or sets whether the annotation has a default value.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property HasDefaultValue As Boolean
    Get
    Set
'Usage
Dim instance As ColumnConfigAnnotation
Dim value As Boolean

value = instance.HasDefaultValue

instance.HasDefaultValue = value
public bool HasDefaultValue { get; set; }
public:
property bool HasDefaultValue {
    bool get ();
    void set (bool value);
}
function get HasDefaultValue () : boolean
function set HasDefaultValue (value : boolean)
member HasDefaultValue : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ColumnConfigAnnotation Class

ColumnConfigAnnotation Members

Microsoft.Data.Schema.DataGenerator Namespace