ManagedFolderInformationType.HasQuota Property

Definition

The HasQuota property gets a value that indicates whether a managed folder has a quota.

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

Property Value

The HasQuota property returns true if the managed folder has a quota; otherwise, the property returns false.

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