System.CodeDom.CodeMemberProperty.SetStatements Property

Gets the collection of set statements for the property.

Syntax

public CodeStatementCollection SetStatements { get; }

Value

Documentation for this section has not yet been entered.

Remarks

One of the statements in this collection typically sets a value for the property. Often, the statements within a set method accessor perform checking to determine whether to set or translate the specified value for the property. A System.CodeDom.CodePropertySetValueReferenceExpression represents a reference to the object passed to the set method.

Requirements

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