UserPrincipalInfo Class

Encapsulates principals that are user accounts.
Public Class UserPrincipalInfo
This language is not supported or no code example is available.
public class UserPrincipalInfo
This language is not supported or no code example is available.
Name Description
Public property Description Gets or sets the description of the principal.
Public property DisplayName Gets or sets the display name for this principal.
Public property DistinguishedName Gets the distinguished name (DN) for this principal.
Public property EmailAddress Gets or sets the e-mail address for this account.
Public property EmployeeId Gets or sets the employee ID for this user principal.
Public property Enabled Gets or sets a Nullable Boolean value that specifies whether this account is enabled for authentication.
Public property GivenName Gets or sets the given name for the user principal.
Public property MiddleName Gets or sets the middle name for the user principal.
Public property Name Gets or sets the name of this principal.
Public property SamAccountName Gets or sets the SAM account name for this principal.
Public property Surname Gets or sets the surname for the user principal.
Public property UserPrincipalName Gets or sets the user principal name (UPN) associated with this principal.
Public property VoiceTelephoneNumber Gets or sets the voice telephone number for the user principal.
Top
Methods
 
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Qdv.CommonApi.UserPrincipalInfo
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition