Get and set the remote listen attribute

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

Syntax

C#
public abstract string RemoteListen { get; set; }
Visual Basic
Public MustOverride Property RemoteListen As String
	Get
	Set
Visual C++
public:
virtual property String^ RemoteListen {
	String^ get () abstract;
	void set (String^ value) abstract;
}
F#
abstract RemoteListen : string with get, set

Property Value

Type: String
The remote listen url.

See Also