public class DomainUser : IEquatable<DomainUser>
Public Class DomainUser
Implements IEquatable(Of DomainUser)
public ref class DomainUser : IEquatable<DomainUser^>
type DomainUser =
class
interface IEquatable<DomainUser>
end
This class typically represents a local user account if the Domain property is .
In some cases, not specifying a domain name may represent a member of some default domain instead of a local account; if this is the case, it will be mentioned in the documentation for the property or method that uses this class.
DomainUser(String) | Initializes a new instance of the DomainUser class for a local user account. |
DomainUser(String, String) | Initializes a new instance of the DomainUser class. |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Parse | Parses the domain and user name from a string in the form 'domain\user' or just 'user'. |
ToString |
Gets a string representation of the current DomainUser.
(Overrides ObjectToString) |