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)

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

Property Value

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