Get and set the time 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..::..TimeScope Timescope { get; set; }
Visual Basic
Public MustOverride Property Timescope As BrowserDef..::..TimeScope
	Get
	Set
Visual C++
public:
virtual property BrowserDef..::..TimeScope Timescope {
	BrowserDef..::..TimeScope get () abstract;
	void set (BrowserDef..::..TimeScope value) abstract;
}

Field Value

The time scope.

See Also