Compartir a través de


ProtectPathInfo.AllowChanges Propiedad

Lo siguiente se aplica a v2.

Obtiene un valor que indica si se permiten cambios en la carpeta o el archivo.

Espacio de nombres:  Microsoft.WebMatrix.Extensibility
Ensamblado:  Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)

Sintaxis

'Declaración
Public Property AllowChanges As Boolean 
    Get 
    Private Set
'Uso
Dim instance As ProtectPathInfo 
Dim value As Boolean 

value = instance.AllowChanges
public bool AllowChanges { get; private set; }
public:
virtual property bool AllowChanges {
    bool get () sealed;
    private: void set (bool value) sealed;
}
abstract AllowChanges : bool with get, private set 
override AllowChanges : bool with get, private set
final function get AllowChanges () : boolean 
private final function set AllowChanges (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true si se permiten cambios en la carpeta o el archivo; de lo contrario, false.

Implementa

IProtectPathInfo.AllowChanges

Vea también

Referencia

ProtectPathInfo Clase

Espacio de nombres Microsoft.WebMatrix.Extensibility