System.CodeDom.CodeFieldReferenceExpression Class

Represents a reference to a field.

See Also: CodeFieldReferenceExpression Members

Syntax

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

Remarks

System.CodeDom.CodeFieldReferenceExpression can be used to represent a reference to a field.

The CodeFieldReferenceExpression.TargetObject property specifies the object that contains the field. The CodeFieldReferenceExpression.FieldName property specifies the name of the field to reference.

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