UserAssignedLaborLevelDetailsOrdinalPosition Property | |
Gets the ordinal position of the Labor Level that the LL Detail record falls under.
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int OrdinalPosition { get; set; }
function get_OrdinalPosition();
function set_OrdinalPosition(value);
Property Value
Int32Remarks
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