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

Converts from a token to a string

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
explicit operator 
string (
	

ScheduleToken 
token
)
Public 
Shared 
Narrowing 
Operator 
CType ( _
	
token 
As 

ScheduleToken _
) 
As 
String
static 
explicit operator 
String^ (
	

ScheduleToken^ 
token
)

Parameters

token
ScheduleToken

See Also