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

Sets display 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 
SetDisplayName(
	
string 
displayName
)
Sub 
SetDisplayName ( _
	
displayName 
As 
String _
)
void 
SetDisplayName(
	
String^ 
displayName
)

Parameters

displayName
String

See Also