Compartilhar via


ScheduleToken.ToString Method (Boolean, String, Object[])

 

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 virtual string ToString(
    bool preamble,
    string format,
    params object[] args
)
public:
virtual String^ ToString(
    bool preamble,
    String^ format,
    ... array<Object^>^ args
)
Public Overridable Function ToString (
    preamble As Boolean,
    format As String,
    ParamArray args As Object()
) As String

Parameters

  • preamble
    Type: System.Boolean

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

  • format
    Type: System.String

    Format for any additional schedule arguments.

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