SenderConfigurationProperty.Value Property

 

Gets the sender property value.

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

Syntax

public object Value { get; internal set; }
public:
property Object^ Value {
    Object^ get();
    internal: void set(Object^ value);
}
Public Property Value As Object
    Get
    Friend Set
End Property

Property Value

Type: System.Object

See Also

SenderConfigurationProperty Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top