Subscriber portal
Gets or sets the key of the entry to retrieve.
public: [RequiredArgumentAttribute] property InArgument<TKey>^ Key { [CompilerGeneratedAttribute] InArgument<TKey>^ get(); [CompilerGeneratedAttribute] void set(InArgument<TKey>^ value); }
Returns the target key.
GetDictionaryValue<TKey, TValue> ClassMicrosoft.Activities Namespace