SenderConfigurationProperties.GetPropertiesForSender Method (IMessageSender)
Gets all properties for a specific sender.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public IList<SenderConfigurationProperty> GetPropertiesForSender(
IMessageSender sender
)
public:
IList<SenderConfigurationProperty^>^ GetPropertiesForSender(
IMessageSender^ sender
)
Public Function GetPropertiesForSender (
sender As IMessageSender
) As IList(Of SenderConfigurationProperty)
Parameters
sender
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageSenderThe message sender.
Return Value
Type: System.Collections.Generic.IList<SenderConfigurationProperty>
See Also
SenderConfigurationProperties Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top