NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeTryCatchFinallyStatement.FinallyStatements

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;

Property Value

A CodeStatementCollection indicating the finally statements.

See Also

CodeTryCatchFinallyStatement Class | CodeTryCatchFinallyStatement Members | System.CodeDOM Namespace | CodeStatementCollection