EntityMembersDeleteRequest.ResetDbaReferences Property

Definition

Specifies a value that indicates whether references to the members being deleted should be reset.

public:
 property bool ResetDbaReferences { bool get(); void set(bool value); };
[System.ServiceModel.MessageBodyMember]
public bool ResetDbaReferences { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.ResetDbaReferences : bool with get, set
Public Property ResetDbaReferences As Boolean

Property Value

true if reference to the members being deleted should be reset; otherwise, false.

Attributes

Remarks

If a member is being used as a DBA value in another entity, setting this flag to true will ensure that the DBA value in the referring member is set to null. If this flag is not set, the API will return an error.

Applies to