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




Glossary Item Box

Syntax

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