EntityMetadata.HasNotes Property

Definition

public:
 property Nullable<bool> HasNotes { Nullable<bool> get(); void set(Nullable<bool> value); };
[System.Runtime.Serialization.DataMember]
public bool? HasNotes { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.HasNotes : Nullable<bool> with get, set
Public Property HasNotes As Nullable(Of Boolean)

Property Value

Attributes

Applies to