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!

CodeMemberProperty.SetStatements

Gets or sets the collection of get statements for the property.

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

Property Value

A CodeStatementCollection that contains the set statements for the member property.

See Also

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