Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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