StorageProviderQuotaUI.QuotaUsedLabel 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.
This string is intended to provide explicit context on the quota bar value, such as 5.0 GB of 10.0 GB.
public:
property Platform::String ^ QuotaUsedLabel { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring QuotaUsedLabel();
void QuotaUsedLabel(winrt::hstring value);
public string QuotaUsedLabel { get; set; }
var string = storageProviderQuotaUI.quotaUsedLabel;
storageProviderQuotaUI.quotaUsedLabel = string;
Public Property QuotaUsedLabel As String
Property Value
Remarks
Windows may use a default string if this property is not present.