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.1.0.0 (2.1)

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;
}

Field Value

The distribution scope.

See Also