SupportedSenderAttribute Constructor (String)

 

Initializes a new instance of the SupportedSenderAttribute class. This constructor takes in a list of sender names and stores them internally for comparison.

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

Syntax

public SupportedSenderAttribute(
    string sender
)
public:
SupportedSenderAttribute(
    String^ sender
)
Public Sub New (
    sender As String
)

Parameters

See Also

SupportedSenderAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top