SiteCreationProperties.StorageWarningLevel property
Gets or sets the amount of storage usage on the new site 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 StorageWarningLevel As Long
Get
Set
'Usage
Dim instance As SiteCreationProperties
Dim value As Long
value = instance.StorageWarningLevel
instance.StorageWarningLevel = value
public long StorageWarningLevel { get; set; }
Property value
Type: System.Int64