TestimoX

API Reference

Class

GppDriveMapEntry

Namespace ADPlayground.Gpo.Preferences
Assembly ADPlayground
Modifiers sealed

Represents a GPP Network Drive mapping 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 GppDriveMapEntry() #

Properties

public String DriveLetter { get; set; } #

Drive letter to assign (e.g., H:).

public String Path { get; set; } #

UNC path to map.

public String Label { get; set; } #

Optional drive label.

public Nullable<Boolean> Reconnect { get; set; } #

Reconnect the drive at logon.

public Nullable<Boolean> Hide { get; set; } #

Hide the drive letter.