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

Specifies a boolean value

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

Syntax

C#
public static string Value(
	bool fieldValue
)
Visual Basic (Declaration)
Public Shared Function Value ( _
	fieldValue As Boolean _
) As String
Visual C++
public:
static String^ Value (
	bool fieldValue
)

Parameters

fieldValue
Boolean
the boolean value to be expressed in CAML

Return Value

a new CAML Value element

See Also

CAML Class
JohnHolliday.Caml.Net Namespace