CodeTryCatchFinallyStatement::FinallyStatements Property
.NET Framework (current version)
Gets the finally statements to use.
Assembly: System (in System.dll)
public: property CodeStatementCollection^ FinallyStatements { CodeStatementCollection^ get(); }
Property Value
Type: System.CodeDom::CodeStatementCollection^A CodeStatementCollection that indicates the finally statements.
.NET Framework
Available since 1.1
Available since 1.1
Show: