IUserExtension2Properties Interface

 

Represents the user extension properties for a particular user.

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

Syntax

public interface IUserExtension2Properties
public interface class IUserExtension2Properties
Public Interface IUserExtension2Properties

Properties

Name Description
System_CAPS_pubproperty EmailAddresses

Gets and sets the e-mail addresses.

System_CAPS_pubproperty FirstName

Gets and sets the first name of the user.

System_CAPS_pubproperty IsActivated

Gets and sets a property that indicates whether the user is activated.

System_CAPS_pubproperty LastName

Gets and sets the last name of the user.

System_CAPS_pubproperty UserDomainName

Gets and sets the user domain name.

System_CAPS_pubproperty UserEmailAlias

Gets or sets the user email alias.

System_CAPS_pubproperty UserName

Gets and sets the user name.

See Also

Microsoft.WindowsServerSolutions.Common Namespace

Return to top