[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Constructor that accepts the SharePoint field name to which
the member is to be mapped.
Namespace: JohnHolliday.Caml.Net
Assembly:
JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
C# |
---|
public CamlField(
string fieldName
) |
Visual Basic (Declaration) |
---|
Public Sub New ( _
fieldName As String _
) |
Visual C++ |
---|
public:
CamlField (
String^ fieldName
) |
Parameters
- fieldName
- String
See Also