ScriptComponentDescriptor(String) Constructor

Definition

Initializes an instance of the ScriptComponentDescriptor class.

public:
 ScriptComponentDescriptor(System::String ^ type);
public ScriptComponentDescriptor (string type);
new System.Web.UI.ScriptComponentDescriptor : string -> System.Web.UI.ScriptComponentDescriptor
Public Sub New (type As String)

Parameters

type
String

The type of the target client component.

Exceptions

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

Applies to