| EventInformationCallProgressResult Property |
diaGlobWrapper Help
Returns the enumerated OutboundCallProgressResult which corresponds to the result of the call progress analysis during an outbound call. This value is returned when a Connected event is raised.
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic DiaGlobWrapperCommonOutboundCallProgressResult CallProgressResult { get; }Public ReadOnly Property CallProgressResult As DiaGlobWrapperCommonOutboundCallProgressResult
Get
public:
property DiaGlobWrapperCommonOutboundCallProgressResult CallProgressResult {
DiaGlobWrapperCommonOutboundCallProgressResult get ();
}member CallProgressResult : DiaGlobWrapperCommonOutboundCallProgressResult with get
Property Value
Type:
DiaGlobWrapperCommonOutboundCallProgressResult
See Also