The Host type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Disabled | |
![]() | DisplayName |
Gets or sets a string containing a friendly name that represents this Host.
|
![]() | Exists |
Gets a value that indicates whether this Host exists in the system's host data store.
|
![]() | Gateway |
Gets or sets the host's gateway
|
![]() | HostAliases |
Gets or sets a list of strings containing additional names that this Host may be identified
by. These aliases can also be used as the domain-part of any email addresses that refer to
users of this Host.
|
![]() | HostName |
Gets or sets a string which acts as an official unique identifier string for this Host. The
HostName can also be used as the domain-part of any email addresses that refer to users of
this Host.
|
![]() | Id |
Gets or sets a unique identifier for this Host.
|
![]() | IpAddress |
Gets or sets a network address that is used by this Host. Setting this value to
IPAddress.None or IPAddress.IPv6None indicates that this Host is using a virtual address.
|
![]() | IsVirtual |
Gets or sets a value that indicates whether the IP Address assigned to this Host is virtual or not.
|
![]() | MessagingSystem |
Gets or sets the MessagingSystem instance that owns this Host.
|
![]() | OriginalHostName |
Gets the HostName that was originally loaded when this Host instance was created.
|
![]() | PasswordRecovery | |
![]() | Settings |
Gets an object that provides access to Settings for this Host.
|
![]() | TopDirectory |
Gets or set the host's top directory file system path
|
![]() | UserDataStoreType |
Gets a value that indicates what type of storage mechanism is being used to hold user information.
|
![]() | Users |
Gets an object that provides access to Users belonging to this Host.
|
See Also