UpdateEntityRequest.HasNotes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the entity will have a special relationship to the annotation entity. 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
Type: Nullable<Boolean>true if the entity will have a special relationship to the annotation entity; otherwise, false.
Remarks
This capability can only be enabled once. After it is enabled it cannot be disabled.