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.GetStatements

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;

Property Value

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

See Also

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