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.4.0.001)
Syntax
C# |
---|
public abstract EventBrowserDef..::..TimeScope Timescope { get; set; } |
Visual Basic |
---|
Public MustOverride Property Timescope As EventBrowserDef..::..TimeScope
Get
Set |
Visual C++ |
---|
public:
virtual property EventBrowserDef..::..TimeScope Timescope {
EventBrowserDef..::..TimeScope get () abstract;
void set (EventBrowserDef..::..TimeScope value) abstract;
} |
F# |
---|
abstract Timescope : EventBrowserDef..::..TimeScope with get, set
|
Property Value
Type:
EventBrowserDef..::..TimeScope
The time scope.
See Also