Share via


ValidationProcessOptions.ReturnChangedMemberIds Propiedad

Definición

Especifica si se deben recuperar los identificadores de los miembros que se han actualizado durante el proceso de validación.

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

Valor de propiedad

true para recuperar los identificadores de miembros que se han actualizado durante el proceso de validación; de lo contrario, false.

Atributos

Se aplica a