Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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