DialogEventInfoDialog Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public List<DialogInfo> Dialog { get; set; }
Public Property Dialog As List(Of DialogInfo)
Get
Set
public:
property List<DialogInfo^>^ Dialog {
List<DialogInfo^>^ get ();
void set (List<DialogInfo^>^ value);
}
member Dialog : List<DialogInfo> with get, set
Property Value
Type:
ListDialogInfoSee Also