Share via


IWebMatrixHost.Version Property

Applies to v2.

Gets the user-friendly version of the host.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property Version As String 
    Get
'Usage
Dim instance As IWebMatrixHost 
Dim value As String 

value = instance.Version
string Version { get; }
property String^ Version {
    String^ get ();
}
abstract Version : string
function get Version () : String

Property Value

Type: System.String
The user-friendly version of the host.

See Also

Reference

IWebMatrixHost Interface

Microsoft.WebMatrix.Extensibility Namespace