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

Gets local file name

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

Syntax

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

Parameters

localName
String %

See Also