MessageProperties.Item Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Retrieves a property at the given index.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- name
- Type: System.String
The name of the property to get from the collection.
Property Value
Type: System.ObjectThe property with the specified name, or null if the property does not exist.
Implements
IDictionary<TKey, TValue>.Item[TKey]
Show: