INewSiteProvider.Label Property
Applies to v2.
Gets the descriptive text associated with INewSiteProvider.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property Label As String
Get
'Usage
Dim instance As INewSiteProvider
Dim value As String
value = instance.Label
string Label { get; }
property String^ Label {
String^ get ();
}
abstract Label : string
function get Label () : String
Property Value
Type: System.String
The descriptive text associated with INewSiteProvider.