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

Specifies a custom XML element.

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

Syntax

C#
public static string XML(
	string s
)
Visual Basic (Declaration)
Public Shared Function XML ( _
	s As String _
) As String
Visual C++
public:
static String^ XML (
	String^ s
)

Parameters

s
String
a CAML string to be embedded in the element

Return Value

a new CAML XML element

See Also

CAML Class
JohnHolliday.Caml.Net Namespace