ConstructionCall.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 override System.Collections.IDictionary Properties { get; }
public override 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 Overrides 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 campo ereditato ExternalProperties .

Si applica a