MessageProperties.Item[String] Proprietà

Definizione

Recupera una proprietà con il nome, l'identificatore o il valore della chiave specificato.

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

Parametri

name
String

Nome della proprietà da ottenere dalla raccolta.

Valore della proprietà

Object

Proprietà con il name specificato oppure null se la proprietà non esiste.

Implementazioni

Si applica a