DelegateControl.Scope property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Scope As String
Get
Set
'Usage
Dim instance As DelegateControl
Dim value As String
value = instance.Scope
instance.Scope = value
public string Scope { get; set; }
Property value
Type: System.String