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

Initializes a new instance of the SenderConfigurationPropertyclass.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
SenderConfigurationProperty(
	
string 
senderName,
	
string 
senderPropertyName,
	
Object 
value
)
Public 
Sub 
New ( _
	
senderName 
As 
String, _
	
senderPropertyName 
As 
String, _
	
value 
As 
Object _
)
public:
SenderConfigurationProperty(
	
String^ 
senderName, 
	
String^ 
senderPropertyName, 
	
Object^ 
value
)

Parameters

senderName
String
senderPropertyName
String
value
Object

See Also