Subscriber portal
Gets or sets the key of the item to remove.
public: [RequiredArgumentAttribute] property InArgument<TKey>^ Key { [CompilerGeneratedAttribute] InArgument<TKey>^ get(); [CompilerGeneratedAttribute] void set(InArgument<TKey>^ value); }
Returns the key to use for the removal.
RemoveFromDictionary<TKey, TValue> ClassMicrosoft.Activities Namespace