MessageProperties.Values Propiedad

Definición

Obtiene un ICollection que contiene los valores de MessageProperties.

public:
 property System::Collections::Generic::ICollection<System::Object ^> ^ Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
public System.Collections.Generic.ICollection<object> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Public ReadOnly Property Values As ICollection(Of Object)

Valor de propiedad

Interfaz ICollection que contiene los valores incluidos en el objeto MessageProperties.

Implementaciones

Se aplica a