SPInternalAppPrincipalCreationParameters.RedirectAddresses property

Gets the list of redirect addresses.

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 SPInternalAppPrincipalCreationParameters
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

SPInternalAppPrincipalCreationParameters class

SPInternalAppPrincipalCreationParameters members

Microsoft.SharePoint namespace