Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the login name of the application’s principal.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ApplicationPrincipalLogOnName As String
Get
'Usage
Dim instance As ExternalApplicationRequestToken
Dim value As String
value = instance.ApplicationPrincipalLogOnName
public string ApplicationPrincipalLogOnName { get; }
Property Value
Type: System.String
The login name of the application’s principal.
See Also
Reference
ExternalApplicationRequestToken Class