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 logon name of the SPUser object that represents the external application.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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