MessageProperties.Values Propriété

Définition

Obtient un objet ICollection qui contient les valeurs de l'objet 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)

Valeur de propriété

ICollection<Object>

ICollection contenant les valeurs dans MessageProperties.

Implémente

S’applique à