HostContainerItem Property (String)Ipswitch.Messaging.Framework
Get a Host by its HostName or address.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public Host this[
	string host
] { get; }

Parameters

host
Type: SystemString
the HostName or IP Address string of a host.

Return Value

Type: Host
A Host instance that represents the given hostname or address string.
See Also

Reference