Gets or sets the name of the label at which to continue program execution.
[Visual Basic] Public Property Label As String [C#] public string Label {get; set;} [C++] public: __property String* get_Label(); public: __property void set_Label(String*); [JScript] public function get Label() : String; public function set Label(String);
A string that indicates the name of the label at which to continue program execution.
This property indicates the name of the label at which to continue program execution.
A label can be represented by a CodeLabeledStatement.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CodeGotoStatement Class | CodeGotoStatement Members | System.CodeDom Namespace | CodeLabeledStatement