PlatformTelemetryRegistrationSettings.UploadQuotaSize 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.
Gets the upload quota size of the client.
public:
property unsigned int UploadQuotaSize { unsigned int get(); void set(unsigned int value); };
uint32_t UploadQuotaSize();
void UploadQuotaSize(uint32_t value);
public uint UploadQuotaSize { get; set; }
var uInt32 = platformTelemetryRegistrationSettings.uploadQuotaSize;
platformTelemetryRegistrationSettings.uploadQuotaSize = uInt32;
Public Property UploadQuotaSize As UInteger
Property Value
Upload quota for the client, in bytes. A value of 0 indicates no upload limitation.