Gets or sets the collection of get statements for the property.
[Visual Basic] Public ReadOnly Property GetStatements As CodeStatementCollection [C#] public CodeStatementCollection GetStatements {get;} [C++] public: __property CodeStatementCollection* get_GetStatements(); [JScript] public function get GetStatements() : CodeStatementCollection;
A CodeStatementCollection that contains the get statements for the member property.
CodeMemberProperty Class | CodeMemberProperty Members | System.CodeDOM Namespace | CodeStatementCollection