SplitKeyValuePair<TKey, TValue>::Value Property
Gets or sets the value of KeyValuePair.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
public: [DefaultValueAttribute(null)] property OutArgument<TValue>^ Value { [CompilerGeneratedAttribute] OutArgument<TValue>^ get(); [CompilerGeneratedAttribute] void set(OutArgument<TValue>^ value); }
Show: