Windward Engine API Reference
callTypes Property
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > DescribeSoftphoneLayoutResult Class : callTypes Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute("callTypes")>
Public Property callTypes As DescribeSoftphoneLayoutCallType()
Visual Basic (Usage)Copy Code
Dim instance As DescribeSoftphoneLayoutResult
Dim value() As DescribeSoftphoneLayoutCallType
 
instance.callTypes = value
 
value = instance.callTypes
C# 
[XmlElementAttribute("callTypes")]
public DescribeSoftphoneLayoutCallType[] callTypes {get; set;}
Managed Extensions for C++ 
[XmlElementAttribute("callTypes")]
public: __property DescribeSoftphoneLayoutCallType*[]* get_callTypes();
public: __property void set_callTypes( 
   DescribeSoftphoneLayoutCallType*[]* value
);
C++/CLI 
[XmlElementAttribute("callTypes")]
public:
property array<DescribeSoftphoneLayoutCallType^>^ callTypes {
   array<DescribeSoftphoneLayoutCallType^>^ get();
   void set (    array<DescribeSoftphoneLayoutCallType^>^ value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.