CreateEntityRequest.HasFeedback Property

Definition

Gets or sets whether the entity will have a special relationship to the Feedback entity. 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

Boolean

Type: Nullable<Boolean>true if the entity will have a special relationship to the Feedback entity; otherwise, false.

Remarks

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

Applies to