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

  • senderPropertyName
    Type: System.String

    The name of the sender property.

See Also

SenderConfigurationProperty Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top