BrowserDefTimescope Property |
Get and set the time scope of the browser.
Namespace: Com.Tibco.As.Space.BrowserAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract BrowserDefTimeScope Timescope { get; set; }
Public MustOverride Property Timescope As BrowserDefTimeScope
Get
Set
public:
virtual property BrowserDefTimeScope Timescope {
BrowserDefTimeScope get () abstract;
void set (BrowserDefTimeScope value) abstract;
}
abstract Timescope : BrowserDefTimeScope with get, set
Property Value
Type:
BrowserDefTimeScope
The time scope.
See Also