RosterGetEmployeeViolationXml Method |
Gets the violation XML for an employee.
Namespace:
ASAP.NRP.Core
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic string GetEmployeeViolationXml(
string EmployeeID
)
Public Function GetEmployeeViolationXml (
EmployeeID As String
) As String
public:
String^ GetEmployeeViolationXml(
String^ EmployeeID
)
member GetEmployeeViolationXml :
EmployeeID : string -> string
Parameters
- EmployeeID
- Type: SystemString
An employee ID.
Return Value
Type:
StringThe violation XML for an employee.
See Also