FindItemParentType.NumeratorOffsetSpecified Property
The NumeratorOffsetSpecified property gets a value that indicates 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 FindItemParentType
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.
Remarks
This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.
See Also