SenderConfigurationProperty Class
Configuration property specific to a sender.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Framework.SenderConfigurationProperty
Syntax
[SerializableAttribute]
public sealed class SenderConfigurationProperty
[SerializableAttribute]
public ref class SenderConfigurationProperty sealed
<SerializableAttribute>
Public NotInheritable Class SenderConfigurationProperty
Constructors
Name | Description | |
---|---|---|
SenderConfigurationProperty(String, String, Object) | Initializes a new instance of the SenderConfigurationProperty class. |
Properties
Name | Description | |
---|---|---|
SenderName | Gets the name of the sender. |
|
SenderPropertyName | Gets the name of the configuration property. |
|
Value | Gets the sender property value. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | Implementation of ToString. (Overrides Object.ToString().) |
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