Compartir a través de


ManagedFolderInformationType.StorageQuota Property

The StorageQuota property gets the storage quota for a managed folder.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property StorageQuota As Integer
    Get
    Set
'Usage
Dim instance As ManagedFolderInformationType
Dim value As Integer

value = instance.StorageQuota

instance.StorageQuota = value
public int StorageQuota { get; set; }

Property Value

Type: System.Int32
The StorageQuota property returns an integer that represents the storage quota for a managed folder.

Remarks

This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.