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

Specifies a string value

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

Syntax

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

Parameters

fieldValue
String
the string value to be expressed in CAML

Return Value

a new CAML Value element

See Also