Extension.HasInstaller Property
Applies to v2.
Gets a value that indicates whether the extension has installation UI that it would like to display.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property HasInstaller As Boolean
Get
'Usage
Dim instance As Extension
Dim value As Boolean
value = instance.HasInstaller
public virtual bool HasInstaller { get; }
public:
virtual property bool HasInstaller {
bool get ();
}
abstract HasInstaller : bool
override HasInstaller : bool
function get HasInstaller () : boolean
Property Value
Type: System.Boolean
true if the extension has installation UI that it would like to display; otherwise, false.