| GetServiceCallType Method | |
| See Also |
- pIServiceCallTypeParams
The key of the service call type to retrieve.
Retrieves a service call type.
The service call type is specified by its key (callTypeID), which is contained in the ServiceCallTypeParams object passed to the method.
| Visual Basic |
|---|
Public Function GetServiceCallType( _
ByVal pIServiceCallTypeParams As ServiceCallTypeParams _
) As ServiceCallType |
- pIServiceCallTypeParams
The key of the service call type to retrieve.
The service call type with the specified key.