This documentation is archived and is not being maintained.

CancelableAsyncResult::Action Property

Gets the action that the asynchronous call represents.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
property Object^ Action {
	Object^ get ();
}

Property Value

Type: System::Object
The action that the asynchronous call represents.

Show: