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




Glossary Item Box

Syntax

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