Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property type As String
	Get
C#
public override string type { get; }
Visual C++
public:
virtual property String^ type {
	String^ get () override;
}
JavaScript
function get_type();

See Also