StorageProviderStatusUI.QuotaUI Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.