Share via


SPClaimTypes.UserLogonName property

Gets a string that represents ClaimType used in an SPClaim that contains a user name.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared ReadOnly Property UserLogonName As String
    Get
'Usage
Dim value As String

value = SPClaimTypes.UserLogonName
public static string UserLogonName { get; }

Property value

Type: System.String
Always returns a string that contains “https://schemas.microsoft.com/sharepoint/2009/08/claims/userlogonname”.

See also

Reference

SPClaimTypes class

SPClaimTypes members

Microsoft.SharePoint.Administration.Claims namespace