MemberHostAddress Property |
Gets the host address.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract string HostAddress { get; }
Public MustOverride ReadOnly Property HostAddress As String
Get
public:
virtual property String^ HostAddress {
String^ get () abstract;
}
abstract HostAddress : string with get
Property Value
Type:
StringThe host ip address
See Also