IMessage.Priority Property
Gets the priority for the 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
int Priority { get; }
property int Priority {
int get();
}
ReadOnly Property Priority As Integer
Property Value
Type: System.Int32
See Also
IMessage Interface
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top