SiteProperties.AllowSelfServiceUpgrade property

Gets or sets a value that indicates whether a site supports self-service upgrade.

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

Syntax

'Declaration
Public Property AllowSelfServiceUpgrade As Boolean
    Get
    Set
'Usage
Dim instance As SiteProperties
Dim value As Boolean

value = instance.AllowSelfServiceUpgrade

instance.AllowSelfServiceUpgrade = value
public bool AllowSelfServiceUpgrade { get; set; }

Property value

Type: System.Boolean

See also

Reference

SiteProperties class

SiteProperties members

Microsoft.Online.SharePoint.TenantAdministration namespace