FieldUserValue.FromUser 方法

从用户的姓名或电子邮件中创建用户字段值。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Shared Function FromUser ( _
    userName As String _
) As FieldUserValue
用法
Dim userName As String
Dim returnValue As FieldUserValue

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

参数

返回值

类型:Microsoft.SharePoint.Client.FieldUserValue
返回FieldUserValue

另请参阅

引用

FieldUserValue 类

FieldUserValue 成员

Microsoft.SharePoint.Client 命名空间