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




Glossary Item Box

Syntax

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