PropertySetMaximumBodySize - свойство |
Gets or sets the maximum size of the body to be retrieved.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public int? MaximumBodySize { get; set; }
Public Property MaximumBodySize As Integer?
Get
Set
public:
property Nullable<int> MaximumBodySize {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaximumBodySize : Nullable<int> with get, set
Значение свойства
Тип:
NullableInt32
The maximum size of the body to be retrieved.
См. также