MessageProperty Constructor (String, Object)

 

Initializes a new instance of the MessageProperty class.

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

Syntax

public MessageProperty(
    string key,
    object value
)
public:
MessageProperty(
    String^ key,
    Object^ value
)
Public Sub New (
    key As String,
    value As Object
)

Parameters

See Also

MessageProperty Overload
MessageProperty Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top