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




Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Property fieldType As fieldType
Visual Basic (Usage)Copy Code
Dim instance As FieldLayoutComponent
Dim value As fieldType
 
instance.fieldType = value
 
value = instance.fieldType
C# 
public fieldType fieldType {get; set;}
Managed Extensions for C++ 
public: __property fieldType get_fieldType();
public: __property void set_fieldType( 
   fieldType value
);
C++/CLI 
public:
property fieldType fieldType {
   fieldType get();
   void set (    fieldType 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.