Gets the host address.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
public abstract string HostAddress { get; }
Visual Basic
Public MustOverride ReadOnly Property HostAddress As String
	Get
Visual C++
public:
virtual property String^ HostAddress {
	String^ get () abstract;
}
F#
abstract HostAddress : string with get

Property Value

Type: String
The host ip address

See Also