BigIntAttributeMetadata.MinValue Property

Definition

Gets the minimum value for the attribute.

public:
 property Nullable<long> MinValue { Nullable<long> get(); };
[System.Runtime.Serialization.DataMember]
public long? MinValue { get; }
[<System.Runtime.Serialization.DataMember>]
member this.MinValue : Nullable<int64>
Public ReadOnly Property MinValue As Nullable(Of Long)

Property Value

The minimum value for the attribute.

Attributes

Applies to