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.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ApplicationEndpointAuthorities As IList(Of String)
Get
Set
'Usage
Dim instance As AppPrincipalConfiguration
Dim value As IList(Of String)
value = instance.ApplicationEndpointAuthorities
instance.ApplicationEndpointAuthorities = value
public IList<string> ApplicationEndpointAuthorities { get; set; }
Property value
Type: System.Collections.Generic.IList<String>
The list of endpoint authorities.
See also
Reference
AppPrincipalConfiguration class