WebPartVerb::ID Property

 

Gets a string containing a unique ID for a verb.

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

public:
[BrowsableAttribute(false)]
property String^ ID {
	String^ get();
}

Property Value

Type: System::String^

A string containing the ID for a WebPartVerb.

The value of the ID property must be specified as a parameter when calling any of the overloads of the WebPartVerb constructor for the WebPartVerb class.

.NET Framework
Available since 2.0
Return to top
Show: