ListenerDefDistributionscope Property |
Return the distribution scope of the listener.
Namespace: Com.Tibco.As.Space.ListenerAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract ListenerDefDistributionScope Distributionscope { get; set; }
Public MustOverride Property Distributionscope As ListenerDefDistributionScope
Get
Set
public:
virtual property ListenerDefDistributionScope Distributionscope {
ListenerDefDistributionScope get () abstract;
void set (ListenerDefDistributionScope value) abstract;
}
abstract Distributionscope : ListenerDefDistributionScope with get, set
Property Value
Type:
ListenerDefDistributionScope
The distributionscope.
See Also