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

Clones settings from an existing object

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

Syntax

                 
  C#     Visual Basic     Visual C++  
protected 
void 
CloneRef(
	

ClientVersionBase 
existingClientVersion
)
Protected 
Sub 
CloneRef ( _
	
existingClientVersion 
As 

ClientVersionBase _
)
protected:
void 
CloneRef(
	

ClientVersionBase^ 
existingClientVersion
)

Parameters

existingClientVersion
ClientVersionBase
Base object containing an existing client version

Exceptions

Exception Condition
System . . :: . . ArgumentNullException Must not provide a null base object

See Also