RulePredicateSizeRange.MinimumSize Property

Definition

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

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

Property Value

The minimum size of the message.

Remarks

If the MinimumSize property is set to null, no minimum size applies.

Applies to