Share via


ExportView.IsDirty Propiedad

Definición

Obtiene o establece un valor que indica si la vista necesita ser recreada debido a cambios en los metadatos subyacentes.

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

Valor de propiedad

true, si es necesario recrear la vista; de lo contrario, false.

Atributos

Se aplica a