Freigeben über


EntityProperty.Int64Value Eigenschaft

Definition

Ruft den Int64-Wert dieses EntityProperty-Objekts ab oder legt ihn fest.

public long? Int64Value { get; set; }
member this.Int64Value : Nullable<int64> with get, set
Public Property Int64Value As Nullable(Of Long)

Eigenschaftswert

Der Int64-Wert dieses EntityProperty-Objekts.

Hinweise

Eine Ausnahme wird ausgelöst, wenn Sie diese Eigenschaft auf einen anderen Wert als einen Int64-Wert festlegen.

Gilt für: