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 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