WebPartUserCapability Constructor (String)

 

Initializes a new instance of the class.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

Public Sub New (
	name As String
)

Parameters

name
Type: System.String

A string that contains a name for the WebPartUserCapability.

Exception Condition
ArgumentException

name is null or an empty string ("").

.NET Framework
Available since 2.0
Return to top
Show: