NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Label Constructor (String)

Creates a new Label represented by a tag other than SPAN.

[Visual Basic]
Overloads Public Sub New( _
   ByVal tagName As String _
)
[C#]
public Label(
   string tagName
);
[C++]
public: Label(
   String* tagName
);
[JScript]
public function Label(
   tagName : String
);

Parameters

tagName
[To be supplied.]

See Also

Label Class | Label Members | System.Web.UI.WebControls Namespace | Label Constructor Overload List