'Declaration <DescriptionAttribute("The uncompressed size of the embedded file, in bytes.")> Public Property UncompressedSize As Long
[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
);