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

Sets the user for the message

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
SetUser(
	
string 
user
)
Public 
Sub 
SetUser ( _
	
user 
As 
String _
)
public:
virtual 
void 
SetUser(
	
String^ 
user
) 
sealed

Parameters

user
String

Implements

ICcmStateMessage2 . . :: . . SetUser(String)

See Also