ValidationProcessOptions.ReturnChangedMemberIds 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.
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