Share via


SPAppPrincipalConfiguration.ApplicationEndpointAuthorities property

Gets the list of endpoint authorities exposed by the principal.

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

Syntax

'Declaration
Public ReadOnly Property ApplicationEndpointAuthorities As List(Of String)
    Get
'Usage
Dim instance As SPAppPrincipalConfiguration
Dim value As List(Of String)

value = instance.ApplicationEndpointAuthorities
public List<string> ApplicationEndpointAuthorities { get; }

Property value

Type: System.Collections.Generic.List<String>
The list of endpoint authorities.

See also

Reference

SPAppPrincipalConfiguration class

SPAppPrincipalConfiguration members

Microsoft.SharePoint namespace