| GetServiceCallProblemType Method | |
| See Also |
- pIServiceCallProblemTypeParams
The key of the service call problem type to retrieve.
Retrieves a service call problem type.
The service call problem type is specified by its key (prblmTypID), which is contained in the ServiceCallProblemTypeParams object passed to the method.
| Visual Basic |
|---|
Public Function GetServiceCallProblemType( _
ByVal pIServiceCallProblemTypeParams As ServiceCallProblemTypeParams _
) As ServiceCallProblemType |
- pIServiceCallProblemTypeParams
The key of the service call problem type to retrieve.
The service call problem type with the specified key.