SPChangeQuery.Field Property
Gets or sets a Boolean value that specifies whether changes to SPField objects are included in the query.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public Property Field As Boolean
Get
Set
'Usage
Dim instance As SPChangeQuery
Dim value As Boolean
value = instance.Field
instance.Field = value
[ClientCallableAttribute]
public bool Field { get; set; }
Property Value
Type: System.Boolean
true to include changes to fields; otherwise, false. The default is false.