AppPrincipal.RedirectAddresses property
Gets the redirect addresses of the app principal.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property RedirectAddresses As IEnumerable(Of String)
Get
'Usage
Dim instance As AppPrincipal
Dim value As IEnumerable(Of String)
value = instance.RedirectAddresses
public IEnumerable<string> RedirectAddresses { get; }
Property value
Type: System.Collections.Generic.IEnumerable<String>
The redirect addresses.