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 |
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;} |
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