AppPrincipalConfiguration.ApplicationEndpointAuthorities 屬性
取得所公開之主體的端點單位的清單。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property ApplicationEndpointAuthorities As IList(Of String)
Get
Set
'用途
Dim instance As AppPrincipalConfiguration
Dim value As IList(Of String)
value = instance.ApplicationEndpointAuthorities
instance.ApplicationEndpointAuthorities = value
public IList<string> ApplicationEndpointAuthorities { get; set; }
屬性值
類型:System.Collections.Generic.IList<String>
結束點單位的清單。