RulePredicatesType.WithinDateRange Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property WithinDateRange As RulePredicateDateRangeType
Get
Set
'Usage
Dim instance As RulePredicatesType
Dim value As RulePredicateDateRangeType
value = instance.WithinDateRange
instance.WithinDateRange = value
public RulePredicateDateRangeType WithinDateRange { get; set; }
Property Value
See Also