SiteCreationProperties.StorageMaximumLevel property
Gets or sets the storage quota of the new site.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Property StorageMaximumLevel As Long
Get
Set
'Usage
Dim instance As SiteCreationProperties
Dim value As Long
value = instance.StorageMaximumLevel
instance.StorageMaximumLevel = value
public long StorageMaximumLevel { get; set; }
Property value
Type: System.Int64