Gets the host address.

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

Collapse imageSyntax

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;
}

Field Value

The host ip address

Collapse imageSee Also