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 list of redirect addresses for the principal.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RedirectAddresses As List(Of Uri)
Get
'Usage
Dim instance As SPAppPrincipalConfiguration
Dim value As List(Of Uri)
value = instance.RedirectAddresses
public List<Uri> RedirectAddresses { get; }
Property value
Type: System.Collections.Generic.List<Uri>
The list of redirect addresses.
See also
Reference
SPAppPrincipalConfiguration class