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 table that is created has a special relationship to the annotation table. 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
true
if the custom table that is created has a special relationship to the annotation table;
otherwise, false
. The default is false
.
Remarks
Learn to use file data with Attachment and Note records