UpdateEntityRequest.HasNotes Property

Definition

Gets or sets whether the table will have a special relationship to the annotation table. Optional.

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

Property Value

true if the table will have a special relationship to the annotation table; otherwise, false.

Remarks

This capability can only be enabled once. After it is enabled it cannot be disabled.

Applies to