Message.MessageId Property
Gets the internal ID of a message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string MessageId { get; protected set; }
public:
property String^ MessageId {
virtual String^ get() sealed;
protected: virtual void set(String^ value) sealed;
}
Public Property MessageId As String
Get
Protected Set
End Property
Property Value
Type: System.String
Implements
See Also
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top