Windward Engine API Reference
IsSupported Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > SFDataSourceImpl Class : IsSupported Property




Glossary Item Box

Returns true if Salesforce driver is supported. If false, then calling any constructors will throw an exception. This is only supported on .Net Framework.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property IsSupported As Boolean
Visual Basic (Usage)Copy Code
Dim value As Boolean
 
value = SFDataSourceImpl.IsSupported
C# 
public static bool IsSupported {get;}
Managed Extensions for C++ 
public: __property static bool get_IsSupported();
C++/CLI 
public:
static property bool IsSupported {
   bool get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.