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




Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Property record As sObject
Visual Basic (Usage)Copy Code
Dim instance As SearchRecord
Dim value As sObject
 
instance.record = value
 
value = instance.record
C# 
public sObject record {get; set;}
Managed Extensions for C++ 
public: __property sObject* get_record();
public: __property void set_record( 
   sObject* value
);
C++/CLI 
public:
property sObject^ record {
   sObject^ get();
   void set (    sObject^ 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.