Compartir a través de


PlatformTelemetryRegistrationSettings.StorageSize Propiedad

Definición

Obtiene el tamaño de almacenamiento del cliente.

public:
 property unsigned int StorageSize { unsigned int get(); void set(unsigned int value); };
uint32_t StorageSize();

void StorageSize(uint32_t value);
public uint StorageSize { get; set; }
var uInt32 = platformTelemetryRegistrationSettings.storageSize;
platformTelemetryRegistrationSettings.storageSize = uInt32;
Public Property StorageSize As UInteger

Valor de propiedad

UInt32

unsigned int

uint32_t

Tamaño de almacenamiento del cliente, en bytes. El valor debe ser mayor que 0 y menor que 100 megabytes.

Se aplica a