[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns a Stringthat represents the current Object.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
virtual 
string 
ToString(
	
bool 
preamble,
	
string 
format,
	
params 
Object[] 
args
)
Public 
Overridable 
Function 
ToString ( _
	
preamble 
As 
Boolean, _
	
format 
As 
String, _
	
ParamArray 
args 
As 
Object() _
) 
As 
String
public:
virtual 
String^ 
ToString(
	
bool 
preamble, 
	
String^ 
format, 
		... 
array<
Object^>^ 
args
)

Parameters

preamble
Boolean
If true, WMI-appropriate preamble ("SMSSchedule;ScheduleString=") will be appended to the schedule value
format
String
Format for any additional schedule arguments
args
array< Object > [] () [] []
Format arguments

Return Value

A Stringthat represents the current Object.

See Also