SplitKeyValuePair<TKey, TValue>::Input Property
Gets or sets the KeyValuePair to split.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
public: [DefaultValueAttribute(null)] [RequiredArgumentAttribute] property InArgument<KeyValuePair<TKey, TValue>>^ Input { [CompilerGeneratedAttribute] InArgument<KeyValuePair<TKey, TValue>>^ get(); [CompilerGeneratedAttribute] void set(InArgument<KeyValuePair<TKey, TValue>>^ value); }
Property Value
Type: System.Activities::InArgument<KeyValuePair<TKey, TValue>>^Returns the KeyValuePair to split.
Show: