Share via


MessageSettings.SenderProperties Property

 

Gets any special configuration settings for specific senders. Some messages may require special sender-specific settings that can be set here.

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

Syntax

public SenderConfigurationProperties SenderProperties { get; private set; }
public:
property SenderConfigurationProperties^ SenderProperties {
    virtual SenderConfigurationProperties^ get() sealed;
    private: virtual void set(SenderConfigurationProperties^ value) sealed;
}
Public Property SenderProperties As SenderConfigurationProperties
    Get
    Private Set
End Property

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.SenderConfigurationProperties

Configuration properties for senders.

Implements

IMessageSettings.SenderProperties

See Also

MessageSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top