Windward Studios 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 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software