TaskAsyncActionDescriptor.UniqueId Property

Gets the unique ID for the task.

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

'Declaration
Public Overrides ReadOnly Property UniqueId As String 
	Get
'Usage
Dim instance As TaskAsyncActionDescriptor 
Dim value As String 

value = instance.UniqueId

Property Value

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