TransportOrderPriorityCategoryID Property |
A unique identifier for this particular PriorityCategory (corresponds to the primary key in the PriorityCategories table)
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Nullable<Guid> PriorityCategoryID { get; set; }
Public Property PriorityCategoryID As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> PriorityCategoryID {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member PriorityCategoryID : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also