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 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;
} |
F# |
---|
abstract Timescope : BrowserDef..::..TimeScope with get, set
|
Property Value
Type:
BrowserDef..::..TimeScope
The time scope.
See Also