AppPrincipalConfiguration.ApplicationPrincipalNames property
Gets or sets the list of names for the principal.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ApplicationPrincipalNames As IList(Of String)
Get
Set
'Usage
Dim instance As AppPrincipalConfiguration
Dim value As IList(Of String)
value = instance.ApplicationPrincipalNames
instance.ApplicationPrincipalNames = value
public IList<string> ApplicationPrincipalNames { get; set; }
Property value
Type: System.Collections.Generic.IList<String>
The list of names.
See also
Reference
AppPrincipalConfiguration class