Share via


MethodReturnMessageWrapper.Properties Proprietà

Definizione

Interfaccia IDictionary che rappresenta un insieme di proprietà del messaggio remoto.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 virtual property System::Collections::IDictionary ^ Properties { System::Collections::IDictionary ^ get(); };
public virtual System.Collections.IDictionary Properties { get; }
public virtual System.Collections.IDictionary Properties { [System.Security.SecurityCritical] get; }
member this.Properties : System.Collections.IDictionary
[<get: System.Security.SecurityCritical>]
member this.Properties : System.Collections.IDictionary
Public Overridable ReadOnly Property Properties As IDictionary

Valore della proprietà

Interfaccia IDictionary che rappresenta un insieme di proprietà del messaggio remoto.

Implementazioni

Attributi

Commenti

Il messaggio funge da risposta a una chiamata al metodo in un oggetto remoto.

Si applica a