ExternalAppPrincipalCreationParameters.ApplicationEndpointAuthorities property
Gets or sets the list of hostname[:port] that expose app endpoints.
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 ExternalAppPrincipalCreationParameters
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 hostname[:port].
See also
Reference
ExternalAppPrincipalCreationParameters class