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
)
参数
- userName
类型:System.String
返回值
类型:Microsoft.SharePoint.Client.FieldUserValue
返回FieldUserValue。