SetCachedValue<'T>.Value Property

 

Gets or sets the value of the cached value.

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

[<DefaultValueAttribute(null)>]
[<RequiredArgumentAttribute>]
member Value : InArgument<'T> with get, set

Property Value

Type: System.Activities.InArgument<'T>

The value of the cached value.

Return to top
Show: