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 | |
---|---|---|
EmailAddresses | Gets and sets the e-mail addresses. |
|
FirstName | Gets and sets the first name of the user. |
|
IsActivated | Gets and sets a property that indicates whether the user is activated. |
|
LastName | Gets and sets the last name of the user. |
|
UserDomainName | Gets and sets the user domain name. |
|
UserEmailAlias | Gets or sets the user email alias. |
|
UserName | Gets and sets the user name. |
See Also
Microsoft.WindowsServerSolutions.Common Namespace
Return to top