AdhocMessage.SetMessageVerb Method (String)
Sets the verb for a message. To reset to the default value, pass in null or string.Empty as an argument.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void SetMessageVerb(
string messageVerb
)
public:
void SetMessageVerb(
String^ messageVerb
)
Public Sub SetMessageVerb (
messageVerb As String
)
Parameters
messageVerb
Type: System.StringSet to null or string.Empty to force the default value.
See Also
AdhocMessage Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top