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