Get and set the SpaceEntry scope of the browser.

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

Syntax

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

Property Value

Type: BrowserDef..::..DistributionScope
The distribution scope.

See Also