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

The sender type for the message. This is only used for reference by senders and has no actual effect on the message.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

MessageSenderType 
SenderType { 
get; 
protected 
set; }
Public 
Property 
SenderType 
As 

MessageSenderType
	
Get
	
Protected 
Set
public:
virtual 
property 

MessageSenderType 
SenderType {
	

MessageSenderType 
get () 
sealed;
	
protected: 
void 
set (

MessageSenderType 
value) 
sealed;
}

Implements

IMessage . . :: . . SenderType

See Also