Table of Contents

Class GroupPolicyDriveMaps

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Active Directory Group Policy drive maps.

public class GroupPolicyDriveMaps : GlobalSerializableClassicBase
Inheritance
GroupPolicyDriveMaps

Constructors

GroupPolicyDriveMaps()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyDriveMaps class.

public GroupPolicyDriveMaps()

Properties

Items

Gets or sets the items in the collection.

public GroupPolicyDriveMapCollection Items { get; set; }

Property Value

GroupPolicyDriveMapCollection

Methods

ToString()

Returns the Group Policy drive maps as a human readable string.

public override string ToString()

Returns

string

The Group Policy drive maps as a human readable string.