[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Specifies that the value of a given field contains the specified value.
Namespace: JohnHolliday.Caml.Net
Assembly:
JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Contains ( _
fieldRefElement As String, _
valueElement As String _
) As String |
Visual C++ |
---|
public:
static String^ Contains (
String^ fieldRefElement,
String^ valueElement
) |
Parameters
- fieldRefElement
- String
a CAML FieldRef element
- valueElement
- String
a CAML Value element
Return Value
a new CAML Contains element
See Also
CAML Class
JohnHolliday.Caml.Net Namespace