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

Replace the beginning text of all remote names in the job with the given string

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
ReplaceRemotePrefix(
	
string 
oldPrefix,
	
string 
newPrefix
)
Sub 
ReplaceRemotePrefix ( _
	
oldPrefix 
As 
String, _
	
newPrefix 
As 
String _
)
void 
ReplaceRemotePrefix(
	
String^ 
oldPrefix, 
	
String^ 
newPrefix
)

Parameters

oldPrefix
String
newPrefix
String

See Also