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






Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Values As System.Collections.Generic.Dictionary(Of String,Object)
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerDataArgs
Dim value As System.Collections.Generic.Dictionary(Of String,Object)
 
value = instance.Values
C# 
public System.Collections.Generic.Dictionary<string,object> Values {get;}
Delphi 
public read-only property Values: System.Collections.Generic.Dictionary; 
JScript 
public function get Values : System.Collections.Generic.Dictionary
Managed Extensions for C++ 
public: __property System.Collections.Generic.Dictionary<string*,Object*>* get_Values();
C++/CLI 
public:
property System.Collections.Generic.Dictionary<String^,Object^>^ Values {
   System.Collections.Generic.Dictionary<String^,Object^>^ get();
}

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.