Gets or sets the finally statements to use.
[Visual Basic] Public ReadOnly Property FinallyStatements As _ CodeStatementCollection [C#] public CodeStatementCollection FinallyStatements {get;} [C++] public: __property CodeStatementCollection* get_FinallyStatements(); [JScript] public function get FinallyStatements() : CodeStatementCollection;
A CodeStatementCollection indicating the finally statements.
CodeTryCatchFinallyStatement Class | CodeTryCatchFinallyStatement Members | System.CodeDOM Namespace | CodeStatementCollection