Compartir a través de


Schedule.ToString Method (Boolean)

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Function ToString ( _
    handleCustomNames As Boolean _
) As String
'Usage
Dim instance As Schedule
Dim handleCustomNames As Boolean
Dim returnValue As String

returnValue = instance.ToString(handleCustomNames)
public string ToString(
    bool handleCustomNames
)

Parameters

Return Value

Type: System.String