MethodCallMessageWrapper.Properties Propriedade
Definição
Uma IDictionary que representa uma coleção de propriedades da mensagem de comunicação remota.An IDictionary that represents a collection of the remoting message's properties.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
virtual property System::Collections::IDictionary ^ Properties { System::Collections::IDictionary ^ get(); };
public virtual System.Collections.IDictionary Properties { get; }
[get: System.Security.SecurityCritical]
public virtual System.Collections.IDictionary Properties { get; }
member this.Properties : System.Collections.IDictionary
[<get: System.Security.SecurityCritical>]
member this.Properties : System.Collections.IDictionary
Public Overridable ReadOnly Property Properties As IDictionary
Valor da propriedade
Uma interface IDictionary que representa uma coleção de propriedades da mensagem de comunicação remota.An IDictionary interface that represents a collection of the remoting message's properties.
Implementações
- Atributos
Comentários
A mensagem atua como uma chamada de método de solicitação em um objeto remoto.The message acts as a request method call on a remote object.