SPUserStorage.UserName property
取得與儲存物件相關聯之使用者的使用者名稱。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property UserName As String
Get
'用途
Dim instance As SPUserStorage
Dim value As String
value = instance.UserName
public string UserName { get; }
Property value
Type: System.String
字串,包含使用者名稱。