CascadeConfiguration.Share 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.
The referenced entity record is shared with another user.
public:
property Nullable<Microsoft::Xrm::Sdk::Metadata::CascadeType> Share { Nullable<Microsoft::Xrm::Sdk::Metadata::CascadeType> get(); void set(Nullable<Microsoft::Xrm::Sdk::Metadata::CascadeType> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Metadata.CascadeType? Share { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Share : Nullable<Microsoft.Xrm.Sdk.Metadata.CascadeType> with get, set
Public Property Share As Nullable(Of CascadeType)
Property Value
The referenced entity record is shared with another user.
- Attributes
Remarks
Valid options for the Share
property are:
CascadeType.
Active
CascadeType.
Cascade
CascadeType.
NoCascade
CascadeType.
UserOwned