FinallyStatementSyntax.FinallyKeyword Property

Definition

The "Finally" keyword.

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

Property Value

Applies to