StorageProviderStatusUI.QuotaUI Property

Definition

public:
 property StorageProviderQuotaUI ^ QuotaUI { StorageProviderQuotaUI ^ get(); void set(StorageProviderQuotaUI ^ value); };
StorageProviderQuotaUI QuotaUI();

void QuotaUI(StorageProviderQuotaUI value);
public StorageProviderQuotaUI QuotaUI { get; set; }
var storageProviderQuotaUI = storageProviderStatusUI.quotaUI;
storageProviderStatusUI.quotaUI = storageProviderQuotaUI;
Public Property QuotaUI As StorageProviderQuotaUI

Property Value

Remarks

This section will be collapsed unless the StorageProviderQuotaUIQuotaUsedLabel is non-empty. This ensures that enough context is given to the quota bar, whose percentage is defined by the fraction StorageProviderQuotaUIQuotaUsedInBytes over StorageProviderQuotaUIQuotaTotalInBytes.

Applies to

See also