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);
A string containing the field name.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CodeFieldReferenceExpression Class | CodeFieldReferenceExpression Members | System.CodeDom Namespace