FieldUser.Presence property

Gets or sets a value that specifies whether presence is enabled on the field.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property Presence As Boolean
    Get
    Set
'Usage
Dim instance As FieldUser
Dim value As Boolean

value = instance.Presence

instance.Presence = value
public bool Presence { get; set; }

Property value

Type: System.Boolean
Returns Booleantrue if presence is enabled on the field; otherwise, false. The default value is

See also

Reference

FieldUser class

FieldUser members

Microsoft.SharePoint.Client namespace