ProtectPathInfo.AllowChanges-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft einen Wert ab, der angibt, ob Änderungen am Ordner oder an der Datei zulässig sind.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property AllowChanges As Boolean
Get
Private Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
true , wenn Änderungen am Ordner oder der Datei zulässig sind, andernfalls false.