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

Sets notification command line for job

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetNotifyCmdLine(
	
string 
program,
	
string 
parameters
)
Sub 
SetNotifyCmdLine ( _
	
program 
As 
String, _
	
parameters 
As 
String _
)
void 
SetNotifyCmdLine(
		[
InAttribute] 
String^ 
program, 
		[
InAttribute] 
String^ 
parameters
)

Parameters

program
String
parameters
String

See Also