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

Sets description for the job

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetDescription(
	
string 
description
)
Sub 
SetDescription ( _
	
description 
As 
String _
)
void 
SetDescription(
	
String^ 
description
)

Parameters

description
String

See Also