Bearbeiten

SchemaElementNameAttribute(String) Constructor

Definition

Initializes a new instance of the SchemaElementNameAttribute class.

public:
 SchemaElementNameAttribute(System::String ^ value);
public SchemaElementNameAttribute (string value);
new System.Web.UI.Design.Directives.SchemaElementNameAttribute : string -> System.Web.UI.Design.Directives.SchemaElementNameAttribute
Public Sub New (value As String)

Parameters

value
String

The name value.

Applies to