GetProviderSettings Method
See Also 
SourceCode.EventBus.ClientAPI Namespace > Client Class : GetProviderSettings Method



Glossary Item Box

Gets the xml stored in the Config Table. These are the Object Browsers and Data Provider settings

Syntax

Visual Basic (Declaration) 
Public Function GetProviderSettings() As String
Visual Basic (Usage)Copy Code
Dim instance As Client
Dim value As String
 
value = instance.GetProviderSettings()
C# 
public string GetProviderSettings()
C++/CLI 
public:
String^ GetProviderSettings(); 

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also