SPMobileUserField.UserField Property

Gets the field that the SPMobileUserField control is rendering.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property UserField As SPFieldUser
    Get
'Usage
Dim value As SPFieldUser

value = Me.UserField
protected virtual SPFieldUser UserField { get; }

Property Value

Type: Microsoft.SharePoint.SPFieldUser
An SPFieldUser that represents the field that is being rendered.

Remarks

Calling code should use this property rather than the inherited Field because the cast from SPField to SPFieldUser is already done.

See Also

Reference

SPMobileUserField Class

SPMobileUserField Members

Microsoft.SharePoint.MobileControls Namespace