Return the type of Browser.

Namespace: Com.Tibco.As.Space.Browser
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

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;
}

Field Value

The browser type

See Also