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

Custom override that gets or sets the QueryXml.

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

Syntax

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

See Also