SIPEventNotificationArgsDialogEventInfo Property |
Gets the body of the notification parsed as dialog-info. If the event-type is not "dialog", the value is null.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic DialogEventInfo DialogEventInfo { get; }
Public ReadOnly Property DialogEventInfo As DialogEventInfo
Get
public:
property DialogEventInfo^ DialogEventInfo {
DialogEventInfo^ get ();
}
member DialogEventInfo : DialogEventInfo with get
Property Value
DialogEventInfo
See Also