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