RulePredicatesType.WithinSizeRange Property

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property WithinSizeRange As RulePredicateSizeRangeType
    Get
    Set
'Usage
Dim instance As RulePredicatesType
Dim value As RulePredicateSizeRangeType

value = instance.WithinSizeRange

instance.WithinSizeRange = value
public RulePredicateSizeRangeType WithinSizeRange { get; set; }