Compartir a través de


EntityProperty.Int64Value Propiedad

Definición

Obtiene o establece el valor Int64 de este objeto EntityProperty.

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

Valor de propiedad

Valor Int64 de este objeto EntityProperty.

Comentarios

Se produce una excepción si esta propiedad se establece en un valor distinto de Int64.

Se aplica a