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
System_CAPS_pubmethod SenderConfigurationProperty(String, String, Object)

Initializes a new instance of the SenderConfigurationProperty class.

Properties

Name Description
System_CAPS_pubproperty SenderName

Gets the name of the sender.

System_CAPS_pubproperty SenderPropertyName

Gets the name of the configuration property.

System_CAPS_pubproperty Value

Gets the sender property value.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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