RosterGet Employee Violation Xml Method
Gets the violation XML for an employee.
Definition
Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
The violation XML for an employee.
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public string GetEmployeeViolationXml(
string EmployeeID
)VB
Public Function GetEmployeeViolationXml (
EmployeeID As String
) As StringC++
public:
String^ GetEmployeeViolationXml(
String^ EmployeeID
)F#
member GetEmployeeViolationXml :
EmployeeID : string -> string Parameters
- EmployeeID String
- An employee ID.
Return Value
StringThe violation XML for an employee.