SenderConfigurationProperties.Item Property (String, String, Boolean)
Gets or sets a property for a sender.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public object this[
string senderName,
string propertyName,
bool failIfKeyMissing
] { 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);
}
Public Property Item (
senderName As String,
propertyName As String,
failIfKeyMissing As Boolean
) As Object
Parameters
senderName
Type: System.StringThe name of the sender.
propertyName
Type: System.StringThe name of the property.
failIfKeyMissing
Type: System.BooleanIf true, fails to return the property if the key is missing.
Property Value
Type: System.Object
See Also
Item Overload
SenderConfigurationProperties Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top