SPClaimTypes.UserLogonName property
會取得 string,代表ClaimType用於SPClaim包含使用者名稱。
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared ReadOnly Property UserLogonName As String
Get
'用途
Dim value As String
value = SPClaimTypes.UserLogonName
public static string UserLogonName { get; }
Property value
Type: System.String
永遠會傳回字串,其中含有"https://schemas.microsoft.com/sharepoint/2009/08/claims/userlogonname"。