Share via


ProtectPathInfo.AllowChanges Property

Applies to v2.

Gets a value indicating whether changes to the folder or file are allowed.

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)

Property Value

Type: System.Boolean
true if the changes to the folder or file are allowed; otherwise, false.

Implements

IProtectPathInfo.AllowChanges

See Also

Reference

ProtectPathInfo Class

Microsoft.WebMatrix.Extensibility Namespace