INewSiteProvider.Label Propiedad
Lo siguiente se aplica a v2.
Obtiene el texto descriptivo asociado con INewSiteProvider.
Espacio de nombres: Microsoft.WebMatrix.Extensibility
Ensamblado: Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Sintaxis
'Declaración
ReadOnly Property Label As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
Texto descriptivo asociado con INewSiteProvider.