[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Clones settings between instances. This can be used to preserve settings from one message to another. Not all settings will be cloned as some are implementation-specific to a message.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
CloneSettings(
	

MessageSettings 
settings
)
Public 
Sub 
CloneSettings ( _
	
settings 
As 

MessageSettings _
)
public:
void 
CloneSettings(
	

MessageSettings^ 
settings
)

Parameters

settings
MessageSettings

See Also