SelectStatementSyntax.CaseKeyword Property

Definition

The "Case" keyword, if present.

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

Property Value

Remarks

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

Applies to