System.CodeDom.CodePropertySetValueReferenceExpression Class

Represents the value argument of a property set method call within a property set method.

See Also: CodePropertySetValueReferenceExpression Members

Syntax

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
public class CodePropertySetValueReferenceExpression : CodeExpression

Remarks

System.CodeDom.CodePropertySetValueReferenceExpression represents the value argument of a property set method call within a property set method declaration.

A property set method typically assigns or uses the value assigned to the property. Within the property set method, this value is represented by an implicit variable represented in CodeDOM by a System.CodeDom.CodePropertySetValueReferenceExpression.

Requirements

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