INewSiteProvider.Label 属性
适用于版本2
获取与 INewSiteProvider 关联的描述性文本。
命名空间: Microsoft.WebMatrix.Extensibility
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
ReadOnly Property Label As String
Get
用法
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
属性值
类型:System.String
与 INewSiteProvider 关联的描述性文本。