SiteProperties.UserCodeMaximumLevel property

Gets or sets the maximum amount of machine resources that can be used by user code on the site.

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

Syntax

'Declaration
Public Property UserCodeMaximumLevel As Double
    Get
    Set
'Usage
Dim instance As SiteProperties
Dim value As Double

value = instance.UserCodeMaximumLevel

instance.UserCodeMaximumLevel = value
public double UserCodeMaximumLevel { get; set; }

Property value

Type: System.Double

See also

Reference

SiteProperties class

SiteProperties members

Microsoft.Online.SharePoint.TenantAdministration namespace