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 |
| 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