SenderConfigurationProperty Class

 

Configuration property specific to a sender.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Framework::SenderConfigurationProperty

[SerializableAttribute]
public ref class SenderConfigurationProperty sealed 

NameDescription
System_CAPS_pubmethodSenderConfigurationProperty(String^, String^, Object^)

Initializes a new instance of the SenderConfigurationProperty class.

NameDescription
System_CAPS_pubpropertySenderName

Gets the name of the sender.

System_CAPS_pubpropertySenderPropertyName

Gets the name of the configuration property.

System_CAPS_pubpropertyValue

Gets the sender property value.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Implementation of ToString. (Overrides Object::ToString().)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: