CaseSwitchLabelSyntax.Keyword Property

Definition

Gets the case keyword token.

public:
 virtual property Microsoft::CodeAnalysis::SyntaxToken Keyword { Microsoft::CodeAnalysis::SyntaxToken get(); };
public override Microsoft.CodeAnalysis.SyntaxToken Keyword { get; }
member this.Keyword : Microsoft.CodeAnalysis.SyntaxToken
Public Overrides ReadOnly Property Keyword As SyntaxToken

Property Value

Applies to