TaskAsyncActionDescriptor::UniqueId Property

Gets the unique ID for the task.

Namespace:  System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
virtual property String^ UniqueId {
	String^ get () override;
}

Property Value

Type: System::String
The unique ID for the task.
Show: