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!

CodeCatchClause.Statements

Gets or sets the statements within the clause.

[Visual Basic]
Public ReadOnly Property Statements As CodeStatementCollection
[C#]
public CodeStatementCollection Statements {get;}
[C++]
public: __property CodeStatementCollection* get_Statements();
[JScript]
public function get Statements() : CodeStatementCollection;

Property Value

A CodeStatementCollection that indicates the statements for the clause.

See Also

CodeCatchClause Class | CodeCatchClause Members | System.CodeDOM Namespace | CodeStatementCollection | CodeStatement