CascadeConfiguration.RollupView 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.
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:
CascadeType.
Cascade
CascadeType.
NoCascade