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

Gets or sets the reply mode used for the message

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
virtual 

MessageSenderType 
ReplyMode { 
get; 
set; }
Public 
Overridable 
Property 
ReplyMode 
As 

MessageSenderType
	
Get
	
Set
public:
virtual 
property 

MessageSenderType 
ReplyMode {
	

MessageSenderType 
get ();
	
void 
set (

MessageSenderType 
value);
}

See Also