CascadeConfiguration.Reparent Property

 

Applies To: Dynamics CRM 2015

The value of the referencing attribute in a parental relationship changes. changes.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public Nullable<CascadeType> Reparent { get; set; }
public:
[DataMemberAttribute]
property Nullable<CascadeType> Reparent {
    Nullable<CascadeType> get();
    void set(Nullable<CascadeType> value);
}
[<DataMemberAttribute>]
member Reparent : Nullable<CascadeType> with get, set
<DataMemberAttribute>
Public Property Reparent As Nullable(Of CascadeType)

Property Value

Type: System.Nullable<CascadeType>

Type: Nullable<CascadeType>
The value of the referencing attribute in a parental relationship changes. changes.

Remarks

Valid options for the Reparent property are:

See Also

CascadeConfiguration Class
Microsoft.Xrm.Sdk.Metadata Namespace
About the reparent action

Return to top

© 2016 Microsoft. All rights reserved. Copyright