.NET Framework Class Library  

CodeFieldReferenceExpression.FieldName Property

Gets or sets the name of the field to reference.

[Visual Basic]
Public Property FieldName As String
[C#]
public string FieldName {get; set;}
[C++]
public: __property String* get_FieldName();
public: __property void set_FieldName(String*);
[JScript]
public function get FieldName() : String;
public function set FieldName(String);

Property Value

A string containing the field name.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

CodeFieldReferenceExpression Class | CodeFieldReferenceExpression Members | System.CodeDom Namespace