[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++  
void 
SetUser(
	
string 
user
)
Sub 
SetUser ( _
	
user 
As 
String _
)
void 
SetUser(
		[
InAttribute] 
String^ 
user
)

Parameters

user
String

See Also