ManagedFolderInformationType.StorageQuota Property

Definition

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

public:
 property int StorageQuota { int get(); void set(int value); };
public int StorageQuota { get; set; }
Public Property StorageQuota As Integer

Property Value

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.

Applies to