TestimoX

API Reference

Class

GppRegistryItemEntry

Namespace ADPlayground.Gpo.Preferences
Assembly ADPlayground
Modifiers sealed

Represents a GPP Registry item.

Inheritance

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 GppRegistryItemEntry() #

Properties

public String KeyPath { get; set; } #

Registry key path.

public String ValueName { get; set; } #

Registry value name.

public String Type { get; set; } #

Value type (e.g., REG_SZ, REG_DWORD).

public String Data { get; set; } #

Value data as string.