Tenant.StorageQuotaAllocated property

Gets the value of the storage quota that is allocated for all sites in the tenant

Namespace:  Microsoft.Online.SharePoint.TenantAdministration
Assembly:  Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)

Syntax

'Declaration
Public ReadOnly Property StorageQuotaAllocated As Long
    Get
'Usage
Dim instance As Tenant
Dim value As Long

value = instance.StorageQuotaAllocated
public long StorageQuotaAllocated { get; }

Property value

Type: System.Int64
Int64

See also

Reference

Tenant class

Tenant members

Microsoft.Online.SharePoint.TenantAdministration namespace