OrderStatusPriorityPriority Property |
Gets or sets the Priority.
Namespace:
Atomia.Billing.Core.Sdk.Configuration
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public virtual int Priority { get; set; }
Public Overridable Property Priority As Integer
Get
Set
public:
virtual property int Priority {
int get ();
void set (int value);
}
abstract Priority : int with get, set
override Priority : int with get, set
Property Value
Type:
Int32See Also