DelegateControl.Scope 属性
获取或设置委派控件的范围。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property Scope As String
Get
Set
用法
Dim instance As DelegateControl
Dim value As String
value = instance.Scope
instance.Scope = value
public string Scope { get; set; }
属性值
类型:System.String
一个字符串,指定的范围,可以是Farm、 WebApplication、 Site或Web。如果未指定作用域,委托控件应用于所有作用域。