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




Glossary Item Box

Syntax

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