共用方式為


RegistryPermissionAttribute.ViewAndModify 屬性

定義

取得或設定一組可以檢視及修改之指定的登錄機碼。

public:
 property System::String ^ ViewAndModify { System::String ^ get(); void set(System::String ^ value); };
public string ViewAndModify { get; set; }
member this.ViewAndModify : string with get, set
Public Property ViewAndModify As String

屬性值

以分號分隔的清單,列出具有建立、讀取和寫入權限的登錄機碼路徑。

例外狀況

呼叫了 get 存取子,這個存取子是針對 C# 編譯器相容性而提供。

備註

索引鍵存取意指存取它包含的所有值及其下的所有變數。

這個屬性會 Create 指定指定索引鍵及其值的 、 ReadWrite 存取權限。 存取權限僅適用于登錄資料;它們不包含存取控制許可權 ChangeAccessControlViewAccessControl

注意

get 存取子是針對 C# 編譯器相容性而提供。 C# 編譯器需要讀取/寫入屬性。

適用於