This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class DomainUser
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class DomainUser

The type exposes the following properties.

Public Properties

  Name Description
Public property Domain
Gets the domain.
Public property Name
Gets the name of the user.
Public property Provider
Gets the Membership provider.
Public property UserPrincipalName
Gets or sets the UserPrincipalName

See Also

Advanced