UpdateEntityRequest.HasActivities Property

Definition

Gets or sets whether the entity will have a special relationship to activity tables and is a valid regarding object for the activity. Optional.

public:
 property Nullable<bool> HasActivities { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? HasActivities { get; set; }
member this.HasActivities : Nullable<bool> with get, set
Public Property HasActivities As Nullable(Of Boolean)

Property Value

true if the entity will have a special relationship to activity entities and is a valid regarding object for the activity; otherwise, false.

Remarks

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

Applies to