ManagedFolderInformationType.HasQuotaSpecified Property

Definition

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

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

Property Value

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

Applies to