BigIntAttributeMetadata.MaxValue Property

Definition

Gets the maximum value for the attribute.

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

Property Value

The maximum value for the attribute.

Attributes

Applies to