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






Glossary Item Box

Gets or sets a value that determines the mode of LoadOnDemand.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Gets or sets a value that determines the mode of LoadOnDemand")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("General")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
Public Property LoadOnDemandMode As WebSchedulerLoadOnDemandMode
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As WebSchedulerLoadOnDemandMode
 
instance.LoadOnDemandMode = value
 
value = instance.LoadOnDemandMode
C# 
[System.ComponentModel.DescriptionAttribute("Gets or sets a value that determines the mode of LoadOnDemand")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public WebSchedulerLoadOnDemandMode LoadOnDemandMode {get; set;}
Delphi 
public read-write property LoadOnDemandMode: WebSchedulerLoadOnDemandMode; 
JScript 
System.ComponentModel.DescriptionAttribute("Gets or sets a value that determines the mode of LoadOnDemand")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("General")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set LoadOnDemandMode : WebSchedulerLoadOnDemandMode
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Gets or sets a value that determines the mode of LoadOnDemand")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public: __property WebSchedulerLoadOnDemandMode get_LoadOnDemandMode();
public: __property void set_LoadOnDemandMode( 
   WebSchedulerLoadOnDemandMode value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Gets or sets a value that determines the mode of LoadOnDemand")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public:
property WebSchedulerLoadOnDemandMode LoadOnDemandMode {
   WebSchedulerLoadOnDemandMode get();
   void set (    WebSchedulerLoadOnDemandMode value);
}

Property Value

The default value is TripleLoad.

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.