MessageProperties.ContainsKey(String) Metoda

Definicja

Określa, czy element MessageProperties zawiera określoną nazwę, klucz lub identyfikator.

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

Nazwa, klucz lub identyfikator do zlokalizowania w pliku MessageProperties.

Zwraca

Boolean

truejeśli element MessageProperties zawiera element z określonym name; w przeciwnym razie . false

Implementuje

Dotyczy