CreateEntityRequest.HasFeedback 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 table will have a special relationship to the Feedback table. Optional.
public:
property bool HasFeedback { bool get(); void set(bool value); };
public bool HasFeedback { get; set; }
member this.HasFeedback : bool with get, set
Public Property HasFeedback As Boolean
Property Value
true
if the table will have a special relationship to the
Feedback table;
otherwise, false
.
Remarks
This capability can only be enabled once. After it is enabled, it cannot be disabled. Learn to use the Feedback table to manage feedback and ratings for records