Share via


InventoryIdentificationMachine.Priority Property

 

Gets or sets the priority. This property is only used by relay messages, such as state.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.None)]
public Nullable<StateMessagePriority> Priority { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::None)]
property Nullable<StateMessagePriority> Priority {
    Nullable<StateMessagePriority> get();
    void set(Nullable<StateMessagePriority> value);
}
<MessagePropertyAttribute(MessagePropertyImportance.None)>
Public Property Priority As Nullable(Of StateMessagePriority)

Property Value

Type: System.Nullable<StateMessagePriority>

See Also

InventoryIdentificationMachine Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top