ConstructionResponse.Properties Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 .