Lenguaje

ExportView.IsDirty Propiedad

Definición

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

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 la vista necesita ser recreada; de lo contrario, false.

Atributos

Se aplica a