Compartir a través de


EntityProperty.GuidValue Propiedad

Definición

Obtiene o establece el valor Guid de este objeto EntityProperty.

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

Valor de propiedad

Valor Guid de este objeto EntityProperty.

Comentarios

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

Se aplica a