Compartir a través de


ExportView.IncludeSoftDeletedMembers Propiedad

Definición

Indica si los miembros eliminados temporalmente están incluidos en la vista.

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

Valor de propiedad

true si se incluyen en la vista los miembros eliminados temporalmente; de lo contrario, false.

Atributos

Se aplica a