RegistryPermissionAttribute.All Свойство

Определение

Внимание!

Теперь этот API является нерекомендуемым.

Внимание!

RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.

Внимание!

Please use the ViewAndModify property instead.

Внимание!

use newer properties

Получает или устанавливает полный доступ для указанных разделов реестра.

public:
 property System::String ^ All { System::String ^ get(); void set(System::String ^ value); };
[System.Obsolete]
public string All { get; set; }
[System.Obsolete("RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.")]
public string All { get; set; }
public string All { get; set; }
[System.Obsolete("Please use the ViewAndModify property instead.")]
public string All { get; set; }
[System.Obsolete("use newer properties")]
public string All { get; set; }
[<System.Obsolete>]
member this.All : string with get, set
[<System.Obsolete("RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.")>]
member this.All : string with get, set
member this.All : string with get, set
[<System.Obsolete("Please use the ViewAndModify property instead.")>]
member this.All : string with get, set
[<System.Obsolete("use newer properties")>]
member this.All : string with get, set
Public Property All As String

Значение свойства

String

Список путей к разделам реестра (разделенный точкой с запятой), к которым предоставлен полный доступ.

Атрибуты

Исключения

Вызывается метод доступа Get; он предоставляется только для совместимости компилятора C#.

Комментарии

Доступ к ключам подразумевает доступ ко всем подразделам и всем значениям.

Применяется к