SenderConfigurationProperty Constructor (String, String, Object)
Initializes a new instance of the SenderConfigurationProperty class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public SenderConfigurationProperty(
string senderName,
string senderPropertyName,
object value
)
public:
SenderConfigurationProperty(
String^ senderName,
String^ senderPropertyName,
Object^ value
)
Public Sub New (
senderName As String,
senderPropertyName As String,
value As Object
)
Parameters
senderName
Type: System.StringThe name of the sender.
senderPropertyName
Type: System.StringThe name of the sender property.
value
Type: System.ObjectThe value.
See Also
SenderConfigurationProperty Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top