Freigeben über


IProtectPathInfo.AllowChanges-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft einen Wert ab, der angibt, ob der Ordner oder die Datei geschützt ist.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property AllowChanges As Boolean 
    Get
'Usage
Dim instance As IProtectPathInfo 
Dim value As Boolean 

value = instance.AllowChanges
bool AllowChanges { get; }
property bool AllowChanges {
    bool get ();
}
abstract AllowChanges : bool
function get AllowChanges () : boolean

Eigenschaftswert

Typ: System.Boolean
true , wenn der Ordner oder die Datei geschützt ist, andernfalls false.

Siehe auch

Verweis

IProtectPathInfo Schnittstelle

Microsoft.WebMatrix.Extensibility-Namespace