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

Converts from a string to a token

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 

ScheduleToken 
FromString(
	
string 
value
)
Public 
Shared 
Function 
FromString ( _
	
value 
As 
String _
) 
As 

ScheduleToken
public:
static 

ScheduleToken^ 
FromString(
	
String^ 
value
)

Parameters

value
String

See Also