Freigeben über


StorageProviderQuotaUI.QuotaTotalInBytes Eigenschaft

Definition

Die Gesamtmenge des im aktuellen Clouddateienkonto verfügbaren Speichers.

public:
 property unsigned long long QuotaTotalInBytes { unsigned long long get(); void set(unsigned long long value); };
uint64_t QuotaTotalInBytes();

void QuotaTotalInBytes(uint64_t value);
public ulong QuotaTotalInBytes { get; set; }
var uInt64 = storageProviderQuotaUI.quotaTotalInBytes;
storageProviderQuotaUI.quotaTotalInBytes = uInt64;
Public Property QuotaTotalInBytes As ULong

Eigenschaftswert

UInt64

unsigned long long

uint64_t

Hinweise

Diese Eigenschaft ist eine Empfehlung. Windows bestimmt, ob oder wie diese Werte verwendet werden.

Gilt für:

Weitere Informationen