PlatformTelemetryRegistrationSettings.StorageSize プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クライアントのストレージ サイズを取得します。
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
プロパティ値
クライアントのストレージ サイズ (バイト単位)。 値は 0 より大きく、100 メガバイト未満である必要があります。