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

Sets the verb. To reset to default, pass in null or string.Empty as an argument

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
SetMessageVerb(
	
string 
messageVerb
)
Public 
Sub 
SetMessageVerb ( _
	
messageVerb 
As 
String _
)
public:
void 
SetMessageVerb(
	
String^ 
messageVerb
)

Parameters

messageVerb
String
null or string.Empty to force the default

See Also