Share via


SPOWebAppServicePrincipal.ReplyUrls property

Namespace:  Microsoft.Online.SharePoint.TenantAdministration.Internal
Assembly:  Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)

Syntax

'Declaration
Public ReadOnly Property ReplyUrls As IEnumerable(Of String)
    Get
'Usage
Dim instance As SPOWebAppServicePrincipal
Dim value As IEnumerable(Of String)

value = instance.ReplyUrls
public IEnumerable<string> ReplyUrls { get; }

Property value

Type: System.Collections.Generic.IEnumerable<String>

See also

Reference

SPOWebAppServicePrincipal class

SPOWebAppServicePrincipal members

Microsoft.Online.SharePoint.TenantAdministration.Internal namespace