| Visual Basic (Declaration) | |
|---|---|
<XmlElementAttribute("sections")> Public Property sections As DescribeSoftphoneLayoutSection()  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As DescribeSoftphoneLayoutCallType Dim value() As DescribeSoftphoneLayoutSection instance.sections = value value = instance.sections  | |
| C# | |
|---|---|
[XmlElementAttribute("sections")] public DescribeSoftphoneLayoutSection[] sections {get; set;}  | |
| Managed Extensions for C++ | |
|---|---|
[XmlElementAttribute("sections")] public: __property DescribeSoftphoneLayoutSection*[]* get_sections(); public: __property void set_sections( DescribeSoftphoneLayoutSection*[]* value );  | |
| C++/CLI | |
|---|---|
[XmlElementAttribute("sections")] public: property array<DescribeSoftphoneLayoutSection^>^ sections { array<DescribeSoftphoneLayoutSection^>^ get(); void set ( array<DescribeSoftphoneLayoutSection^>^ value); }  | |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family