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

Gets specific property 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 

SenderConfigurationProperty 
GetPropertyForSender(
	

IMessageSender 
sender,
	
string 
propertyName
)
Public 
Function 
GetPropertyForSender ( _
	
sender 
As 

IMessageSender, _
	
propertyName 
As 
String _
) 
As 

SenderConfigurationProperty
public:

SenderConfigurationProperty^ 
GetPropertyForSender(
	

IMessageSender^ 
sender, 
	
String^ 
propertyName
)

Parameters

sender
IMessageSender
propertyName
String

See Also