Share via


MethodCallMessageWrapper.Properties Proprietà

Definizione

Oggetto 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 chiamata al metodo di richiesta su un oggetto remoto.

Si applica a