AppPrincipalConfiguration.ApplicationEndpointAuthorities-Eigenschaft
Ruft die Liste der Endpunkt Behörden, die der Tilgungsanteile bereitgestellt werden.
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; }
Eigenschaftswert
Typ: System.Collections.Generic.IList<String>
Die Liste der Endpunkt Rechtsgrundlagenverzeichnis.
Siehe auch
Referenz
AppPrincipalConfiguration Klasse