IUserExtensionProperties Interface
Represents the user extension properties for a particular user.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public interface IUserExtensionProperties
public interface class IUserExtensionProperties
Public Interface IUserExtensionProperties
Properties
Name | Description | |
---|---|---|
FirstName | Gets or sets the user first name. |
|
IsShownInLaunchpad | Gets or sets a boolean value indicating whether the user extension is shown in Launchpad. |
|
IsShownInRemoteAccess | Gets or sets a boolean value indicating whether the user extension is shown in Remote Access. |
|
LastName | Gets or sets the user last name. |
|
Roles | Gets a list of IUserRole roles to which the user belongs. |
|
UserDomainName | Gets or sets the user domain name. |
|
UserEmailAlias | Gets or sets the user email alias. |
|
UserName | Gets or sets the account name of the user. |
See Also
Microsoft.WindowsServerSolutions.Common Namespace
Return to top