Share via


ArrayOfResolutionType.NumeratorOffsetSpecified Property

The NumeratorOffsetSpecified property gets or sets a Boolean value that specifies whether the NumeratorOffset property is serialized into the SOAP message. This property is required if the NumeratorOffset property is specified.

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

Syntax

'Declaration
Public Property NumeratorOffsetSpecified As Boolean
    Get
    Set
'Usage
Dim instance As ArrayOfResolutionType
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 message; otherwise, the property returns false.