System.CodeDom.CodeMemberProperty.GetStatements Property

Gets the collection of get statements for the property.

Syntax

public CodeStatementCollection GetStatements { get; }

Value

Documentation for this section has not yet been entered.

Remarks

One of the statements in this System.CodeDom.CodeStatementCollection should return the value for the member property. Use a System.CodeDom.CodeMethodReturnStatement to return a value of the data type of the property.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0