Share via


SwitchStatementSyntax.SwitchKeyword Property

Definition

Gets a SyntaxToken that represents the switch keyword.

public:
 property Microsoft::CodeAnalysis::SyntaxToken SwitchKeyword { Microsoft::CodeAnalysis::SyntaxToken get(); };
public Microsoft.CodeAnalysis.SyntaxToken SwitchKeyword { get; }
member this.SwitchKeyword : Microsoft.CodeAnalysis.SyntaxToken
Public ReadOnly Property SwitchKeyword As SyntaxToken

Property Value

Applies to