[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 
string 
ToString(
	
bool 
preamble
)
Public 
Function 
ToString ( _
	
preamble 
As 
Boolean _
) 
As 
String
public:
String^ 
ToString(
	
bool 
preamble
)

Parameters

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

Return Value

A Stringthat represents the current Object.

See Also