SenderConfigurationProperties.Item Property (String, String)
Gets or sets a property for a sender. Returns null if the property doesn't exist.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public object this[
string senderName,
string propertyName
] { get; set; }
public:
property Object^ default[
String^ senderName,
String^ propertyName
] {
Object^ get(String^ senderName, String^ propertyName);
void set(String^ senderName, String^ propertyName, Object^ value);
}
Public Property Item (
senderName As String,
propertyName As String
) As Object
Parameters
senderName
Type: System.StringThe name of the sender.
propertyName
Type: System.StringThe name of the property.
Property Value
Type: System.Object
See Also
Item Overload
SenderConfigurationProperties Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top