MessageProperties.Keys Propiedad

Definición

Obtiene una ICollection que contiene las claves de MessageProperties.

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

Valor de propiedad

ICollection<String>

Una ICollection que contiene las claves de MessageProperties.

Implementaciones

Se aplica a