SPQuery.ExpandUserField property

Gets or sets a Boolean value that specifies whether to use special rendering for user field values that makes them include the login name, e-mail address, Session Initiation Protocol (SIP) address, and title, when present, which causes a user field to behave as a multilookup field.

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

Syntax

'Declaration
Public Property ExpandUserField As Boolean
    Get
    Set
'Usage
Dim instance As SPQuery
Dim value As Boolean

value = instance.ExpandUserField

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

Property value

Type: System.Boolean
true to specify that special rendering be used for user field values so that they include the login name, e-mail address, Session Initiation Protocol (SIP) address, and title; otherwise, false.

See also

Reference

SPQuery class

SPQuery members

Microsoft.SharePoint namespace