Click or drag to resize

UserAssignedLaborLevelDetailsOrdinalPosition Property

Gets the ordinal position of the Labor Level that the LL Detail record falls under.

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int OrdinalPosition { get; set; }

Property Value

Int32
Remarks
Gets the ordinal position of the Labor Level that the LL Detail record falls under. This will range from 1-15. In the event that an error is encountered trying to return this data it will set the ordinal to a value of 0.
Example
1
See Also