Click or drag to resize

projectEmployeeMaintenancegetPJEMPLOYXREFMSPByExactID Method

Searches for a single PJEMPLOYXREFMSP entry by ID

Namespace:  ctDynamicsSL.project.projectController.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getPJEMPLOYXREFMSPByExactID", Description = "Searches for a single PJEMPLOYXREFMSP entry by ID")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public PJEMPLOYXREFMSP getPJEMPLOYXREFMSPByExactID(
	string employee
)

Parameters

employee
Type: SystemString

Return Value

Type: PJEMPLOYXREFMSP
See Also