Compartir a través de


ManagedFolderInformationType.HasQuotaSpecified Property

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

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

Syntax

'Declaration
Public Property HasQuotaSpecified As Boolean
    Get
    Set
'Usage
Dim instance As ManagedFolderInformationType
Dim value As Boolean

value = instance.HasQuotaSpecified

instance.HasQuotaSpecified = value
public bool HasQuotaSpecified { get; set; }

Property Value

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