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