ContextMessageProperty.AddOrReplaceInMessageProperties Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee stelt u de waarde van de ContextMessageProperty eigenschap in een opgegeven verzameling van MessageProperties van het huidige exemplaar van ContextMessageProperty.
public:
void AddOrReplaceInMessageProperties(System::ServiceModel::Channels::MessageProperties ^ properties);
public void AddOrReplaceInMessageProperties(System.ServiceModel.Channels.MessageProperties properties);
member this.AddOrReplaceInMessageProperties : System.ServiceModel.Channels.MessageProperties -> unit
Public Sub AddOrReplaceInMessageProperties (properties As MessageProperties)
Parameters
- properties
- MessageProperties
De verzameling waarvan MessageProperties de eigenschap contextbericht moet worden ingesteld.
Uitzonderingen
properties is null.