Class GroupPolicyDriveMap
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy drive map.
public class GroupPolicyDriveMap : GroupPolicyPreferenceBase, IComparable<GroupPolicyPreferenceBase>
- Inheritance
-
GroupPolicyDriveMap
- Implements
- Inherited Members
Constructors
GroupPolicyDriveMap()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyDriveMap class.
public GroupPolicyDriveMap()
Properties
AllDrivesVisibility
Gets or sets the visibility action for all drives.
public GroupPolicyDriveMapVisibilityAction AllDrivesVisibility { get; set; }
Property Value
DriveLetter
Gets or sets the drive letter to use for the drive map.
public string DriveLetter { get; set; }
Property Value
DriveVisibility
Gets or sets the visibility action for this drive.
public GroupPolicyDriveMapVisibilityAction DriveVisibility { get; set; }
Property Value
Label
Gets or sets the label to use for the drive map.
public string Label { get; set; }
Property Value
Path
Gets or sets the path to which the drive is to be mapped.
public string Path { get; set; }
Property Value
Persistent
Gets or sets whether the drive map is persistent (should reconnect).
public BooleanOption Persistent { get; set; }
Property Value
UseLetter
Gets or sets whether the specified drive letter must be used for the drive map.
public BooleanOption UseLetter { get; set; }
Property Value
Username
Gets or sets the username to use for the connection. This setting is deprecated.
public string Username { get; set; }