WebPartUserCapability Constructor (String^)

 

Initializes a new instance of the class.

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

public:
WebPartUserCapability(
	String^ name
)

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: