Sdílet prostřednictvím


MessageProperties.ContainsKey(String) Metoda

Definice

Určuje, zda obsahuje MessageProperties konkrétní název, klíč nebo identifikátor.

public:
 virtual bool ContainsKey(System::String ^ name);
public bool ContainsKey (string name);
abstract member ContainsKey : string -> bool
override this.ContainsKey : string -> bool
Public Function ContainsKey (name As String) As Boolean

Parametry

name
String

Název, klíč nebo identifikátor, který se má najít v MessageProperties.

Návraty

true pokud objekt MessageProperties obsahuje prvek se zadaným nameparametrem , jinak hodnota false.

Implementuje

Platí pro