EventBrowserDefTimescope 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 EventBrowserDefTimeScope Timescope { get; set; }
Public MustOverride Property Timescope As EventBrowserDefTimeScope
Get
Set
public:
virtual property EventBrowserDefTimeScope Timescope {
EventBrowserDefTimeScope get () abstract;
void set (EventBrowserDefTimeScope value) abstract;
}
abstract Timescope : EventBrowserDefTimeScope with get, set
Property Value
Type:
EventBrowserDefTimeScope
The time scope.
See Also