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;
A CodeStatementCollection that contains the set statements for the member property.
CodeMemberProperty Class | CodeMemberProperty Members | System.CodeDOM Namespace | CodeStatementCollection