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

Gets remote file name

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetRemoteName(
	
out 
string 
remoteName
)
Sub 
GetRemoteName ( _
		<
OutAttribute> 
ByRef 
remoteName 
As 
String _
)
void 
GetRemoteName(
		[
OutAttribute] 
String^% 
remoteName
)

Parameters

remoteName
String %

See Also