SPFieldUser.Presence property

Gets or sets a Boolean value that specifies whether presence is enabled on the field to display user names and e-mail addresses.

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

Syntax

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

value = instance.Presence

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

Property value

Type: System.Boolean
true if presence is enabled on the field; otherwise, false.

See also

Reference

SPFieldUser class

SPFieldUser members

Microsoft.SharePoint namespace