CodeGotoStatement::Label Property
.NET Framework (current version)
Gets or sets the name of the label at which to continue program execution.
Assembly: System (in System.dll)
Property Value
Type: System::String^A string that indicates the name of the label at which to continue program execution.
| Exception | Condition |
|---|---|
| ArgumentNullException | The label cannot be set because value is null or an empty string. |
This property indicates the name of the label at which to continue program execution.
A label can be represented by a CodeLabeledStatement.
.NET Framework
Available since 1.1
Available since 1.1
Show: