MessageProperties.Keys Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an ICollection that contains the keys in the MessageProperties.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.Collections.Generic.ICollection<String>An ICollection that contains the keys in the MessageProperties.
Implements
IDictionary<TKey, TValue>.Keys
Show: