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

Sets the sender type

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
SetSenderType(
	

MessageSenderType 
sender
)
Public 
Sub 
SetSenderType ( _
	
sender 
As 

MessageSenderType _
)
public:
void 
SetSenderType(
	

MessageSenderType 
sender
)

Parameters

sender
MessageSenderType

See Also