ReflectedAsyncActionDescriptor.UniqueId Property

Gets the lazy initialized unique ID of the instance of this class.

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 ReflectedAsyncActionDescriptor 
Dim value As String 

value = instance.UniqueId

Property Value

Type: System.String
The lazy initialized unique ID of the instance of this class.
Show: