NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeFieldReferenceExpression.FieldName

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);

Property Value

A string containing the field name.

See Also

CodeFieldReferenceExpression Class | CodeFieldReferenceExpression Members | System.CodeDOM Namespace