[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets all properties for a specific sender

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
IList<

SenderConfigurationProperty> 
GetPropertiesForSender(
	

IMessageSender 
sender
)
Public 
Function 
GetPropertiesForSender ( _
	
sender 
As 

IMessageSender _
) 
As 
IList(
Of 

SenderConfigurationProperty)
public:
IList<

SenderConfigurationProperty^>^ 
GetPropertiesForSender(
	

IMessageSender^ 
sender
)

Parameters

sender
IMessageSender

See Also