Compartilhar via


ScheduleToken.ToString Method (Boolean)

 

Returns a String that represents the current Object.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public string ToString(
    bool preamble
)
public:
String^ ToString(
    bool preamble
)
Public Function ToString (
    preamble As Boolean
) As String

Parameters

  • preamble
    Type: System.Boolean

    If true, a WMI-appropriate preamble ("SMSSchedule;ScheduleString=") will be appended to the schedule value.

Return Value

Type: System.String

A String that represents the current Object.

See Also

ToString Overload
ScheduleToken Class
Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler Namespace

Return to top