ContactPropertyReader.ReadValueAsBoolean Method
The ReadValueAsBoolean() method reads the property value as a Boolean value.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValueAsBoolean As Boolean
'Usage
Dim instance As ContactPropertyReader
Dim returnValue As Boolean
returnValue = instance.ReadValueAsBoolean()
public bool ReadValueAsBoolean()
Return Value
Type: System.Boolean
The ReadValueAsBoolean() method returns the property as a Boolean value.