SenderConfigurationProperties Class
Collection of sender properties.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
System.Collections.Generic.Dictionary<TKey, TValue>
Microsoft.ConfigurationManagement.Messaging.Framework.SenderConfigurationProperties
Syntax
[SerializableAttribute]
public sealed class SenderConfigurationProperties : Dictionary<string, SenderConfigurationProperty>
[SerializableAttribute]
public ref class SenderConfigurationProperties sealed : Dictionary<String^, SenderConfigurationProperty^>
<SerializableAttribute>
Public NotInheritable Class SenderConfigurationProperties
Inherits Dictionary(Of String, SenderConfigurationProperty)
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from Dictionary<TKey, TValue>.) |
|
Count | (Inherited from Dictionary<TKey, TValue>.) |
|
Item[TKey] | (Inherited from Dictionary<TKey, TValue>.) |
|
Item[IMessageSender, String] | Gets or sets a property for a sender. Returns null if the property doesn't exist. |
|
Item[IMessageSender, String, Boolean] | Gets or sets a property for a sender. |
|
Item[String, String] | Gets or sets a property for a sender. Returns null if the property doesn't exist. |
|
Item[String, String, Boolean] | Gets or sets a property for a sender. |
|
Keys | (Inherited from Dictionary<TKey, TValue>.) |
|
Values | (Inherited from Dictionary<TKey, TValue>.) |
Methods
Explicit Interface Implementations
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top