指定该脚本文件的名称。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property Name As String
Get
Set
用法
Dim instance As ScriptLink
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
属性值
类型:System.String
返回 String。
示例
Microsoft.SharePoint.WebControls.ScriptLink.Register(this.Page, "PickerTreeDialog.js", true, true);
Microsoft.SharePoint.WebControls.ScriptLink.Register(Me.Page, "PickerTreeDialog.js", True, True)