Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the user parameters for the state message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
void SetMessageUserParam(
uint paramId,
string messageUserParam
)
void SetMessageUserParam(
unsigned int paramId,
String^ messageUserParam
)
Sub SetMessageUserParam (
paramId As UInteger,
messageUserParam As String
)
Parameters
paramId
Type: System.UInt32Parameter ID.
messageUserParam
Type: System.StringUser parameter.
See Also
ICcmStateMessage Interface
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace
Return to top