TryGetCachedValue<T>::Value Property

 

Gets or sets the value of the cached value.

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

public:
[DefaultValueAttribute(null)]
property OutArgument<T>^ Value {
	[CompilerGeneratedAttribute]
	OutArgument<T>^ get();
	[CompilerGeneratedAttribute]
	void set(OutArgument<T>^ value);
}

Property Value

Type: System.Activities::OutArgument<T>^

The value of the cached value.

Return to top
Show: