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