CreateEntityRequest.HasActivities 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 is created that has a special relationship to activity entities a nd 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
true
if the table that you create has a special relationship to activity entities;
otherwise, false
. The default is false
.
Remarks
Learn more about activity tables