SiteCreationProperties.UserCodeWarningLevel property
Gets or sets the amount of machine resources used by user code that triggers a warning.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Property UserCodeWarningLevel As Double
Get
Set
'Usage
Dim instance As SiteCreationProperties
Dim value As Double
value = instance.UserCodeWarningLevel
instance.UserCodeWarningLevel = value
public double UserCodeWarningLevel { get; set; }
Property value
Type: System.Double