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

Gets reply file name for job

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

Syntax

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

Parameters

replyFileName
String %

See Also