Tenant.NoAccessRedirectUrl property

Gets or sets a value for the redirect URL that is used when a site in the tenancy is locked.

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

Syntax

'Declaration
Public Property NoAccessRedirectUrl As String
    Get
    Set
'Usage
Dim instance As Tenant
Dim value As String

value = instance.NoAccessRedirectUrl

instance.NoAccessRedirectUrl = value
public string NoAccessRedirectUrl { get; set; }

Property value

Type: System.String
String

See also

Reference

Tenant class

Tenant members

Microsoft.Online.SharePoint.TenantAdministration namespace