SplitKeyValuePair<TKey, TValue>::Value Property

 

Gets or sets the value of KeyValuePair.

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

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

Property Value

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

Returns the value of the KeyValuePair.

Return to top
Show: