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

This attribute is used to declare an explicit mapping between a column in a SharePoint list and a data member of a custom class.

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

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Field)]
public class CamlField : Attribute, ICamlField
Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Field)> _
Public Class CamlField _
	Inherits Attribute _
	Implements ICamlField
Visual C++
[AttributeUsageAttribute(AttributeTargets::Field)]
public ref class CamlField : public Attribute, 
	ICamlField

Inheritance Hierarchy

System..::Object
  System..::Attribute
    JohnHolliday.Caml.Net..::CamlField

See Also

CamlField Members
JohnHolliday.Caml.Net Namespace