Item Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public Object this[
	string name
] { get; set; }

Parameters

name
Type: System.String
The name of the property to get from the collection.

Property Value

Type: System.Object
The property with the specified name, or null if the property does not exist.

Implements

IDictionary<TKey, TValue>.Item[TKey]

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft