SPExternalApplicationRequestProperties.ApplicationPrincipalLogOnName property

Gets the logon name of the SPUser object that represents the external application.

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

Syntax

'Declaration
Public ReadOnly Property ApplicationPrincipalLogOnName As String
    Get
'Usage
Dim instance As SPExternalApplicationRequestProperties
Dim value As String

value = instance.ApplicationPrincipalLogOnName
public string ApplicationPrincipalLogOnName { get; }

Property value

Type: System.String
The external application’s logon name.

Remarks

An SPUser object that represents an external application is called an ‘application prinicipal.’

See also

Reference

SPExternalApplicationRequestProperties class

SPExternalApplicationRequestProperties members

Microsoft.SharePoint namespace