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

Changes the remote name to a new URL in a download job

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetRemoteName(
	
string 
remoteName
)
Sub 
SetRemoteName ( _
	
remoteName 
As 
String _
)
void 
SetRemoteName(
	
String^ 
remoteName
)

Parameters

remoteName
String

See Also