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 hostname[:port] that expose app endpoints.
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 SPInternalAppPrincipalCreationParameters
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 hostname[:port].
See also
Reference
SPInternalAppPrincipalCreationParameters class