ProtectPathInfo.AllowChanges 屬性
適用於版本2
取得值,這個值表示是否允許變更資料夾或檔案。
命名空間: Microsoft.WebMatrix.Extensibility
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Public Property AllowChanges As Boolean
Get
Private Set
'用途
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)
屬性值
型別:System.Boolean
如果允許變更資料夾或檔案,則為 true,否則為 false。