TestimoX

API Reference

Class

AdmxCentralStorePolicyUsage

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Single mapped policy setting found in a GPO.

Inheritance

  • Object
  • AdmxCentralStorePolicyUsage

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public AdmxCentralStorePolicyUsage() #

Properties

public Guid GpoId { get; set; } #

Source GPO identifier.

public String GpoName { get; set; } #

Source GPO display name.

public RegistryPolicyScope Scope { get; set; } #

Policy scope.

public String PolicyName { get; set; } #

ADMX policy name.

public String DisplayName { get; set; } #

Localized display name.

public String SourceAdmx { get; set; } #

Source ADMX file.

public String RegistryKey { get; set; } #

Registry key mapped by the policy.

public String RegistryValue { get; set; } #

Registry value mapped by the policy.