CreateEntityRequest.HasActivities Property

Definition

Gets or sets whether a custom entity is created that has a special relationship to activity entities and is a valid regarding object for the activity. Optional.

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

Property Value

Boolean

Type: Booleantrue if the custom entity that you create has a special relationship to activity entities; otherwise, false. The default is false.

Applies to