IdleArgs Property

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Gets IdleArgs.

Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

Syntax

C#
public WorkflowApplicationIdleEventArgs IdleArgs { get; internal set; }
Visual Basic
Public Property IdleArgs As WorkflowApplicationIdleEventArgs
	Get
	Friend Set
Visual C++
public:
property WorkflowApplicationIdleEventArgs^ IdleArgs {
	WorkflowApplicationIdleEventArgs^ get ();
	internal: void set (WorkflowApplicationIdleEventArgs^ value);
}

See Also