RulePredicateSizeRange.MaximumSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.