Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.