Get and set the remote discovery attribute

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

Syntax

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

Field Value

The remote discovery url.

See Also