MessageQueryTable<TItem>.Keys Property

Definition

Returns a collection of all the collection keys contained in the table.

public:
 property System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::MessageQuery ^> ^ Keys { System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::MessageQuery ^> ^ get(); };
public System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.MessageQuery> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.MessageQuery>
Public ReadOnly Property Keys As ICollection(Of MessageQuery)

Property Value

ICollection<T>

A collection of all of the query objects contained in the table.

Implements

Applies to