FindItemParentType.AbsoluteDenominatorSpecified Property
The AbsoluteDenominatorSpecified property gets a Boolean value that specifies whether the AbsoluteDenominator property was serialized into the SOAP response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AbsoluteDenominatorSpecified As Boolean
Get
Set
'Usage
Dim instance As FindItemParentType
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 AbsoluteDenominator property is serialized into the SOAP response; otherwise, the property returns false.
See Also