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

Gets or sets the CAML ViewFields specifier.

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

Syntax

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

See Also

ICamlQuery Interface
JohnHolliday.Caml.Net Namespace