Class WindowsLocalUserProfileSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the profile settings of a local user account.
public class WindowsLocalUserProfileSettings : BypassSection
- Inheritance
-
WindowsLocalUserProfileSettings
- Inherited Members
Constructors
WindowsLocalUserProfileSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsLocalUserProfileSettings class.
public WindowsLocalUserProfileSettings()
Properties
HomeDirectory
Gets or sets the user's home directory.
public string HomeDirectory { get; set; }
Property Value
HomeDrive
Gets or sets the drive letter assigned for the user's home directory.
public string HomeDrive { get; set; }
Property Value
LoginScript
Gets or sets the login script assigned to the user.
public string LoginScript { get; set; }
Property Value
ProfilePath
Gets or sets the profile assigned to the user.
public string ProfilePath { get; set; }