RulePredicateDateRangeType.EndDateTimeSpecified Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property EndDateTimeSpecified As Boolean
Get
Set
'Usage
Dim instance As RulePredicateDateRangeType
Dim value As Boolean
value = instance.EndDateTimeSpecified
instance.EndDateTimeSpecified = value
public bool EndDateTimeSpecified { get; set; }
Property Value
Type: System.Boolean