Click or drag to resize

GetUserTimeOffRequestDetailModelID Property

The time-off id of the current user time-off request detail.

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

Property Value

Int32
Remarks
The time-off id of the current user time-off request detail. This value represents the key of the user time-off request detail. This property is read-only and is auto generated by the system.

Caution note  Caution
Do not confuse this ID with the GetUserTimeOffRequestModel.ID. This ID represents the time off request detail of a specific time off request and will be different than its parents in 99.9% of all cases.
Example
1234
See Also