ValidationProcessOptions.ReturnChangedMemberIds Property

Definition

Specifies whether to retrieve identifiers of members that have been updated during the validation process.

public:
 property bool ReturnChangedMemberIds { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool ReturnChangedMemberIds { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.ReturnChangedMemberIds : bool with get, set
Public Property ReturnChangedMemberIds As Boolean

Property Value

true to retrieve identifiers of members that have been updated during the validation process; otherwise, false.

Attributes

Applies to