CreateEntityRequest.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 custom entity that is created has a special relationship to the annotation entity. Optional.
public:
property bool HasNotes { bool get(); void set(bool value); };
public bool HasNotes { get; set; }
member this.HasNotes : bool with get, set
Public Property HasNotes As Boolean
Property Value
Type: Booleantrue if the custom entity that is created has a special relationship to the annotation entity; otherwise, false. The default is false
.