Represents the size range More...
Inherits Object.
Public Member Functions | |
int32_t | get_MinimumSize () const |
Gets the minimum size. More... | |
void | set_MinimumSize (int32_t value) |
Sets the minimum size. More... | |
int32_t | get_MaximumSize () const |
Gets the maximum size. More... | |
void | set_MaximumSize (int32_t value) |
Sets the maximum size. More... | |
SizeRange () | |
Initializes a new instance of the SizeRange class More... | |
Represents the size range
Aspose::Email::Clients::Exchange::SizeRange::SizeRange | ( | ) |
Initializes a new instance of the SizeRange class
int32_t Aspose::Email::Clients::Exchange::SizeRange::get_MaximumSize | ( | ) | const |
Gets the maximum size.
int32_t Aspose::Email::Clients::Exchange::SizeRange::get_MinimumSize | ( | ) | const |
Gets the minimum size.
void Aspose::Email::Clients::Exchange::SizeRange::set_MaximumSize | ( | int32_t | value | ) |
Sets the maximum size.
void Aspose::Email::Clients::Exchange::SizeRange::set_MinimumSize | ( | int32_t | value | ) |
Sets the minimum size.