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 endpoint authorities of the app principal.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property EndpointAuthorities As IEnumerable(Of String)
Get
'Usage
Dim instance As AppPrincipal
Dim value As IEnumerable(Of String)
value = instance.EndpointAuthorities
public IEnumerable<string> EndpointAuthorities { get; }
Property value
Type: System.Collections.Generic.IEnumerable<String>
The endpoint authorities.