MethodResponse.Properties Proprietà

Definizione

Ottiene un'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

La Properties proprietà restituisce il valore del ExternalProperties campo.

Si applica a