Share via


EntityProperty.GuidValue Property

Definition

Gets or sets the Guid value of this EntityProperty object.

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

Property Value

The Guid value of this EntityProperty object.

Remarks

An exception is thrown if this property is set to a value other than a Guid value.

Applies to