Gets or sets the field name.
[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.
CodeFieldReferenceExpression Class | CodeFieldReferenceExpression Members | System.CodeDOM Namespace