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。