Table of Contents

Class ActiveDirectoryUserProfileSettings

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

Represents the profile settings for an Active Directory user.

public class ActiveDirectoryUserProfileSettings : BaseTypeSection
Inheritance
ActiveDirectoryUserProfileSettings

Constructors

ActiveDirectoryUserProfileSettings()

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

public ActiveDirectoryUserProfileSettings()

Properties

HomeDirectory

Gets or sets the home directory for the user.

public string HomeDirectory { get; set; }

Property Value

string

HomeDrive

Gets or sets the home drive for the user.

public string HomeDrive { get; set; }

Property Value

string

ProfilePath

Gets or sets the profile path for the user.

public string ProfilePath { get; set; }

Property Value

string

ScriptPath

Gets or sets the path for the login script assigned to the user.

public string ScriptPath { get; set; }

Property Value

string

Methods

Clone()

Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryUserProfileSettings object.

public ActiveDirectoryUserProfileSettings Clone()

Returns

ActiveDirectoryUserProfileSettings

A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryUserProfileSettings object.