MessageProperties.Values 屬性

定義

取得包含 ICollection 中之值的 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)

屬性值

ICollection,其中包含 MessageProperties 中的值。

實作

適用於