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.1.5.12)
Syntaxpublic abstract BrowserDefBrowserType Type { get; }
Public MustOverride ReadOnly Property Type As BrowserDefBrowserType
Get
public:
virtual property BrowserDefBrowserType Type {
BrowserDefBrowserType get () abstract;
}
abstract Type : BrowserDefBrowserType with get
Property Value
Type:
BrowserDefBrowserTypeThe browser type
See Also