IProtectPathInfo.AllowChanges Property

Applies to v2.

Gets a value that indicates whether the folder or file is protected.

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

Property Value

Type: System.Boolean
true if the folder or file is protected; otherwise, false.

See Also

Reference

IProtectPathInfo Interface

Microsoft.WebMatrix.Extensibility Namespace