NavigationEntityProperty.PrioritySpecified Property

Definition

Gets or sets a value indicating whether the priority value is specified.

public:
 property bool PrioritySpecified { bool get(); void set(bool value); };
[System.Xml.Serialization.XmlIgnore]
public bool PrioritySpecified { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.PrioritySpecified : bool with get, set
Public Property PrioritySpecified As Boolean

Property Value

true if the priority value is specified; otherwise, false.

Attributes

Applies to