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
key
Type: System.StringThe key.
value
Type: System.ObjectThe value.
See Also
MessageProperty Overload
MessageProperty Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top