ExpandDLResponseMessageType.NumeratorOffsetSpecified Property
The NumeratorOffsetSpecified property gets a Boolean value that specifies whether the NumeratorOffset property is serialized into the SOAP response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property NumeratorOffsetSpecified As Boolean
Get
Set
'Usage
Dim instance As ExpandDLResponseMessageType
Dim value As Boolean
value = instance.NumeratorOffsetSpecified
instance.NumeratorOffsetSpecified = value
public bool NumeratorOffsetSpecified { get; set; }
Property Value
Type: System.Boolean
The NumeratorOffsetSpecified property returns true if the NumeratorOffset property is serialized into the SOAP response; otherwise, the property returns false.