GoToStatementSyntax.Label Property

Definition

The name of the label. If the label is a line number, wraps an IntegerLiteral that is the line number, otherwise, wraps an Identifier.

public Microsoft.CodeAnalysis.VisualBasic.Syntax.LabelSyntax Label { get; }

Property Value

Applies to