Compartir a través de


EntityProperty.Int32Value Propiedad

Definición

Obtiene o establece el valor Int32 de este objeto EntityProperty.

public int? Int32Value { get; set; }
member this.Int32Value : Nullable<int> with get, set
Public Property Int32Value As Nullable(Of Integer)

Valor de propiedad

Valor Int32 de este objeto EntityProperty.

Comentarios

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

Se aplica a