Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 SiteProperties
Dim value As Double
value = instance.UserCodeWarningLevel
instance.UserCodeWarningLevel = value
public double UserCodeWarningLevel { get; set; }
Property value
Type: System.Double