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




Glossary Item Box

Syntax

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