ManagedFolderInformationType.StorageQuotaSpecified Property

Definition

The StorageQuotaSpecified property gets a Boolean value that specifies whether the StorageQuota property was returned in the SOAP response.

public:
 property bool StorageQuotaSpecified { bool get(); void set(bool value); };
public bool StorageQuotaSpecified { get; set; }
Public Property StorageQuotaSpecified As Boolean

Property Value

The StorageQuotaSpecified property returns true if the StorageQuota property was serialized into the SOAP response; otherwise, the property returns false.

Applies to