RulePredicateSizeRange.MaximumSize Property

Definition

Gets or sets the maximum size of a message, in kilobytes.

public:
 property Nullable<int> MaximumSize { Nullable<int> get(); void set(Nullable<int> value); };
public Nullable<int> MaximumSize { get; set; }
Public Property MaximumSize As Nullable(Of Integer)

Property Value

The maximum size of the message.

Remarks

If the MaximumSize property is set to null, no maximum size applies.

Applies to