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




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute("screenPopOptions")>
Public Property screenPopOptions As DescribeSoftphoneScreenPopOption()
Visual Basic (Usage)Copy Code
Dim instance As DescribeSoftphoneLayoutCallType
Dim value() As DescribeSoftphoneScreenPopOption
 
instance.screenPopOptions = value
 
value = instance.screenPopOptions
C# 
[XmlElementAttribute("screenPopOptions")]
public DescribeSoftphoneScreenPopOption[] screenPopOptions {get; set;}
Managed Extensions for C++ 
[XmlElementAttribute("screenPopOptions")]
public: __property DescribeSoftphoneScreenPopOption*[]* get_screenPopOptions();
public: __property void set_screenPopOptions( 
   DescribeSoftphoneScreenPopOption*[]* value
);
C++/CLI 
[XmlElementAttribute("screenPopOptions")]
public:
property array<DescribeSoftphoneScreenPopOption^>^ screenPopOptions {
   array<DescribeSoftphoneScreenPopOption^>^ get();
   void set (    array<DescribeSoftphoneScreenPopOption^>^ 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.