Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.