DeletedSiteProperties.UserCodeMaximumLevel property
Gets the maximum amount of machine resources that can be used by user code on the deleted site.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public ReadOnly Property UserCodeMaximumLevel As Double
Get
'Usage
Dim instance As DeletedSiteProperties
Dim value As Double
value = instance.UserCodeMaximumLevel
public double UserCodeMaximumLevel { get; }
Property value
Type: System.Double