SetCachedValue<'T>.Persisted Property

 

Gets or sets whether the cached value is persisted.

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

[<DefaultValueAttribute(null)>]
member Persisted : InArgument<bool> with get, set

Property Value

Type: System.Activities.InArgument<Boolean>

true if the cached value is persisted; otherwise, false.

Return to top
Show: