Trigger.ToString Method
Gets a string of a bound trigger, supplied by the Task Scheduler service in Windows,
Namespace: Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler
Assembly: Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As Trigger
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
String representation of the trigger.
Remarks
For an unbound trigger, this method returns "Unbound Trigger."
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler Namespace