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 storage quota of the 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 SiteProperties
Dim value As Long
value = instance.StorageMaximumLevel
instance.StorageMaximumLevel = value
public long StorageMaximumLevel { get; set; }
Property value
Type: System.Int64