MessageProperties.Item[String] Property

Definition

Retrieves a property with the specified name, identifier, or key value.

public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ name); void set(System::String ^ name, System::Object ^ value); };
public object this[string name] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(name As String) As Object

Parameters

name
String

The name of the property to get from the collection.

Property Value

The property with the specified name, or null if the property does not exist.

Implements

Applies to