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: 1.8.12.0 (1.8.12)
Syntax public DialogEventInfo DialogEventInfo { get; }
Public ReadOnly Property DialogEventInfo As DialogEventInfo
Get
public:
property DialogEventInfo^ DialogEventInfo {
DialogEventInfo^ get ();
}
member DialogEventInfo : DialogEventInfo with get
Property Value
Type:
DialogEventInfoSee Also