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 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
Type: Booleantrue if the custom entity that you create has a special relationship to activity entities; otherwise, false. The default is false.