IUserExtensionProperties Interface

 

Represents the user extension properties for a particular user.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

public interface class IUserExtensionProperties

NameDescription
System_CAPS_pubpropertyFirstName

Gets or sets the user first name.

System_CAPS_pubpropertyIsShownInLaunchpad

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

System_CAPS_pubpropertyIsShownInRemoteAccess

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

System_CAPS_pubpropertyLastName

Gets or sets the user last name.

System_CAPS_pubpropertyRoles

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

System_CAPS_pubpropertyUserDomainName

Gets or sets the user domain name.

System_CAPS_pubpropertyUserEmailAlias

Gets or sets the user email alias.

System_CAPS_pubpropertyUserName

Gets or sets the account name of the user.

Return to top

Community Additions

ADD
Show: