|
IWorkTypeGetWorkTypeByHourGUID Method
|
Gets Work type by work hour entry GUID.
Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+5ed4bf01a78b90a816eb06953fabb876ea31994c
SyntaxWorkType GetWorkTypeByHourGUID(
string hourGUID
)
Function GetWorkTypeByHourGUID (
hourGUID As String
) As WorkType
Parameters
- hourGUID String
- Hour entry GUID, identifies the hour entry.
Return Value
WorkTypeWorkType object.
Exceptions
See Also