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

Gets property for a sender

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
Object 
this[
	
string 
senderName,
	
string 
propertyName,
	
bool 
failIfKeyMissing
] { 
get; 
set; }
Public 
Default 
Property 
Item ( _
	
senderName 
As 
String, _
	
propertyName 
As 
String, _
	
failIfKeyMissing 
As 
Boolean _
) 
As 
Object
	
Get
	
Set
public:
property 
Object^ 
default[
String^ 
senderName, 
String^ 
propertyName, 
bool 
failIfKeyMissing] {
	
Object^ 
get (
String^ 
senderName, 
String^ 
propertyName, 
bool 
failIfKeyMissing);
	
void 
set (
String^ 
senderName, 
String^ 
propertyName, 
bool 
failIfKeyMissing, 
Object^ 
value);
}

Parameters

senderName
String
propertyName
String
failIfKeyMissing
Boolean

See Also