Compartir a través de


ContactPropertyReader.ReadValueAsString Method

The ReadValueAsString() method returns the property value as a string.

Namespace:  Microsoft.Exchange.Data.ContentTypes.vCard
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Function ReadValueAsString As String
'Usage
Dim instance As ContactPropertyReader
Dim returnValue As String

returnValue = instance.ReadValueAsString()
public string ReadValueAsString()

Return Value

Type: System.String
The ReadValueAsString() method returns the property value as a String instance.