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
System_CAPS_pubproperty FirstName

Gets or sets the user first name.

System_CAPS_pubproperty IsShownInLaunchpad

Gets or sets a boolean value indicating whether the user extension is shown in Launchpad.

System_CAPS_pubproperty IsShownInRemoteAccess

Gets or sets a boolean value indicating whether the user extension is shown in Remote Access.

System_CAPS_pubproperty LastName

Gets or sets the user last name.

System_CAPS_pubproperty Roles

Gets a list of IUserRole roles to which the user belongs.

System_CAPS_pubproperty UserDomainName

Gets or sets the user domain name.

System_CAPS_pubproperty UserEmailAlias

Gets or sets the user email alias.

System_CAPS_pubproperty UserName

Gets or sets the account name of the user.

See Also

Microsoft.WindowsServerSolutions.Common Namespace

Return to top