| GetUserTimeOffRequestDetailModelID Property |  | 
                The time-off id of the current user time-off request detail.
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic int ID { get; set; }function get_ID();
function set_ID(value);
Property Value
Int32 Remarks
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 | 
|---|
| 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
Example1234
 See Also
See Also