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




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(True)>
Public Property opportunityId As String
Visual Basic (Usage)Copy Code
Dim instance As LeadConvertResult
Dim value As String
 
instance.opportunityId = value
 
value = instance.opportunityId
C# 
[XmlElementAttribute(true)]
public string opportunityId {get; set;}
Managed Extensions for C++ 
[XmlElementAttribute(true)]
public: __property string* get_opportunityId();
public: __property void set_opportunityId( 
   string* value
);
C++/CLI 
[XmlElementAttribute(true)]
public:
property String^ opportunityId {
   String^ get();
   void set (    String^ 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.