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




Glossary Item Box

Syntax

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