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




Glossary Item Box

Syntax

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