Intersoft WebScheduler Documentation
DataSourceManager Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebScheduler Class : DataSourceManager Property






Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property DataSourceManager As ISNet.WebUI.DataSourceInfo
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As ISNet.WebUI.DataSourceInfo
 
value = instance.DataSourceManager
C# 
public override ISNet.WebUI.DataSourceInfo DataSourceManager {get;}
Delphi 
public read-only property DataSourceManager: ISNet.WebUI.DataSourceInfo; override; 
JScript 
public override function get DataSourceManager : ISNet.WebUI.DataSourceInfo
Managed Extensions for C++ 
public: __property ISNet.WebUI.DataSourceInfo* get_DataSourceManager() override;
C++/CLI 
public:
property ISNet.WebUI.DataSourceInfo^ DataSourceManager {
   ISNet.WebUI.DataSourceInfo^ get() override;
}

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

©2013 Intersoft Solutions Corp. All Rights Reserved.