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

Identifies a CAML field by reference.

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

Syntax

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

Parameters

fieldName
String
the name of the referenced field

Return Value

a new CAML FieldRef element

See Also