Return the type of Browser.
Namespace: Com.Tibco.As.Space.BrowserAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
Syntax
| C# |
|---|
public abstract BrowserDef..::..BrowserType Type { get; } |
| Visual Basic |
|---|
Public MustOverride ReadOnly Property Type As BrowserDef..::..BrowserType
Get |
| Visual C++ |
|---|
public:
virtual property BrowserDef..::..BrowserType Type {
BrowserDef..::..BrowserType get () abstract;
} |
| F# |
|---|
abstract Type : BrowserDef..::..BrowserType with get
|
Property Value
Type:
BrowserDef..::..BrowserTypeThe browser type
See Also