PropertyDefinition<T>.Default Property

Definition

Gets the default value of the property.

public:
 property Nullable<T> Default { Nullable<T> get(); };
public T? Default { get; }
member this.Default : Nullable<'T (requires 'T : struct)>
Public ReadOnly Property Default As Nullable(Of T)

Property Value

A Nullable<T> object.

Applies to