DeviceThumbnail.Size 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 or sets the size of the device thumbnail image.
public:
property unsigned long long Size { unsigned long long get(); void set(unsigned long long value); };
uint64_t Size();
void Size(uint64_t value);
public ulong Size { get; set; }
var uInt64 = deviceThumbnail.size;
deviceThumbnail.size = uInt64;
Public Property Size As ULong
Property Value
The size of the device thumbnail image.