Compartilhar via


FieldUserValue.FromUser método

Cria um valor de campo de usuário do nome do usuário ou pelo email.

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

Sintaxe

'Declaração
Public Shared Function FromUser ( _
    userName As String _
) As FieldUserValue
'Uso
Dim userName As String
Dim returnValue As FieldUserValue

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

Parâmetros

Valor retornado

Tipo: Microsoft.SharePoint.Client.FieldUserValue
Retorna FieldUserValue.

Ver também

Referência

FieldUserValue classe

FieldUserValue membros

Microsoft.SharePoint.Client namespace