FieldUserValue.FromUser Method

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Shared Function FromUser ( _
    userName As String _
) As FieldUserValue
'Usage
Dim userName As String
Dim returnValue As FieldUserValue

returnValue = FieldUserValue.FromUser(userName)
public static FieldUserValue FromUser(
    string userName
)

Parameters

Return Value

Type: Microsoft.SharePoint.Client.FieldUserValue
Returns FieldUserValue.

See Also

Reference

FieldUserValue Class

FieldUserValue Members

Microsoft.SharePoint.Client Namespace