CascadeConfiguration.RollupView Property

Definition

Indicates whether the associated activities of the related entity should be included in the Activity Associated View for the primary entity.

public:
 property Nullable<Microsoft::Xrm::Sdk::Metadata::CascadeType> RollupView { Nullable<Microsoft::Xrm::Sdk::Metadata::CascadeType> get(); void set(Nullable<Microsoft::Xrm::Sdk::Metadata::CascadeType> value); };
[System.Runtime.Serialization.DataMember(Order=82)]
public Microsoft.Xrm.Sdk.Metadata.CascadeType? RollupView { get; set; }
[<System.Runtime.Serialization.DataMember(Order=82)>]
member this.RollupView : Nullable<Microsoft.Xrm.Sdk.Metadata.CascadeType> with get, set
Public Property RollupView As Nullable(Of CascadeType)

Property Value

When Cascade, associated activities of the related entity should be included in Activity Associated View for the primary entity.

Attributes

Remarks

Valid options for the RollupView property are:

Applies to