[Description("The uncompressed size of the embedded file, in bytes.")] public long UncompressedSize { get; set; }
[Description("The uncompressed size of the embedded file, in bytes.")] public: __property long get_UncompressedSize(); public: __property void set_UncompressedSize(
long value
);
[Description("The uncompressed size of the embedded file, in bytes.")] public:
property long UncompressedSize { long get(); void set(long value); }
'Declaration <DescriptionAttribute("The uncompressed size of the embedded file, in bytes.")> Public Property UncompressedSize As Long