Share via


ResumeStatementSyntax.Label Property

Definition

The label. The value of this depends on the Kind. If Kind=Resume, returns Nothing. If Kind=ResumeNext, wraps the keyword "Next", If Kind=ResumeLabel, wraps an Identifier or IntegerLiteralToken with the label or line number.

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::LabelSyntax ^ Label { Microsoft::CodeAnalysis::VisualBasic::Syntax::LabelSyntax ^ get(); };
public Microsoft.CodeAnalysis.VisualBasic.Syntax.LabelSyntax Label { get; }
member this.Label : Microsoft.CodeAnalysis.VisualBasic.Syntax.LabelSyntax
Public ReadOnly Property Label As LabelSyntax

Property Value

Remarks

This child is optional. If it is not present, then Nothing is returned.

Applies to