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




Glossary Item Box

Syntax

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