Jaa


ArrayOfResolutionType.AbsoluteDenominatorSpecified Property

The AbsoluteDenominatorSpecified property gets or sets a Boolean value that indicates whether the AbsoluteDenominatorSpecified property is serialized into the SOAP message. This property is required if the AbsoluteDenominatorSpecified property is set.

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

Syntax

'Declaration
Public Property AbsoluteDenominatorSpecified As Boolean
    Get
    Set
'Usage
Dim instance As ArrayOfResolutionType
Dim value As Boolean

value = instance.AbsoluteDenominatorSpecified

instance.AbsoluteDenominatorSpecified = value
public bool AbsoluteDenominatorSpecified { get; set; }

Property Value

Type: System.Boolean
The AbsoluteDenominatorSpecified property returns true if the AbsoluteDenominatorSpecified property is serialized into the SOAP response; otherwise, the property returns false.