Message.Priority Property
Gets the priority for a message. This property is only used for reference by senders and has no effect on the message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public int Priority { get; protected set; }
public:
property int Priority {
virtual int get() sealed;
protected: virtual void set(int value) sealed;
}
Public Property Priority As Integer
Get
Protected Set
End Property
Property Value
Type: System.Int32
Implements
See Also
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top