[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the ViewFields clause for this instance.

Namespace: JohnHolliday.Caml.Net
Assembly:  JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)

Syntax

C#
public virtual string ViewFieldsXml{ get; set;}
Visual Basic (Declaration)
Public Overridable Property ViewFieldsXml As String
Visual C++
public:
virtual property String^ ViewFieldsXml {
	String^ get ();
	void set (String^ value);
}

See Also