다음을 통해 공유


PlatformTelemetryRegistrationSettings.StorageSize 속성

정의

클라이언트의 스토리지 크기를 가져옵니다.

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

속성 값

UInt32

unsigned int

uint32_t

클라이언트의 스토리지 크기(바이트)입니다. 값은 0보다 크고 100MB 미만이어야 합니다.

적용 대상