Activity::CacheId Property

.NET Framework (current version)
 

Gets the identifier of the cache that is unique within the scope of the workflow definition.

Namespace:   System.Activities
Assembly:  System.Activities (in System.Activities.dll)

public protected:
property int CacheId {
	int get();
}

Property Value

Type: System::Int32

The identifier of the cache that is unique within the scope of the workflow definition.

.NET Framework
Available since 4.0
Return to top
Show: