RulePredicateSizeRangeType.MaximumSize Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MaximumSize As Integer
Get
Set
'Usage
Dim instance As RulePredicateSizeRangeType
Dim value As Integer
value = instance.MaximumSize
instance.MaximumSize = value
public int MaximumSize { get; set; }
Property Value
Type: System.Int32