Return the distribution scope of the listener.

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

Syntax

C#
public abstract ListenerDef..::..DistributionScope Distributionscope { get; set; }
Visual Basic
Public MustOverride Property Distributionscope As ListenerDef..::..DistributionScope
	Get
	Set
Visual C++
public:
virtual property ListenerDef..::..DistributionScope Distributionscope {
	ListenerDef..::..DistributionScope get () abstract;
	void set (ListenerDef..::..DistributionScope value) abstract;
}
F#
abstract Distributionscope : ListenerDef..::..DistributionScope with get, set

Property Value

Type: ListenerDef..::..DistributionScope
The distributionscope.

See Also