MessageProperties.Add(String, Object) Método

Definición

Agrega un elemento con la propiedad y el nombre especificados a la colección MessageProperties.

public:
 virtual void Add(System::String ^ name, System::Object ^ property);
public void Add (string name, object property);
abstract member Add : string * obj -> unit
override this.Add : string * obj -> unit
Public Sub Add (name As String, property As Object)

Parámetros

name
String

El nombre del elemento que se va a agregar.

property
Object

Valor del elemento que se va a agregar.

Implementaciones

Se aplica a