RemoveFromDictionary<TKey, TValue>::Dictionary Property
Gets or sets the dictionary from which to remove.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
public: [RequiredArgumentAttribute] property InArgument<IDictionary<TKey, TValue>^>^ Dictionary { [CompilerGeneratedAttribute] InArgument<IDictionary<TKey, TValue>^>^ get(); [CompilerGeneratedAttribute] void set(InArgument<IDictionary<TKey, TValue>^>^ value); }
Property Value
Type: System.Activities::InArgument<IDictionary<TKey, TValue>^>^Returns the target dictionary.
Show: