SenderConfigurationProperties.GetPropertyForSender Method (IMessageSender, String)

 

Gets a specific property for a specific sender.

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

Syntax

public SenderConfigurationProperty GetPropertyForSender(
    IMessageSender sender,
    string propertyName
)
public:
SenderConfigurationProperty^ GetPropertyForSender(
    IMessageSender^ sender,
    String^ propertyName
)
Public Function GetPropertyForSender (
    sender As IMessageSender,
    propertyName As String
) As SenderConfigurationProperty

Parameters

Return Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.SenderConfigurationProperty

See Also

SenderConfigurationProperties Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top