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






Glossary Item Box

The data collection used by WebScheduler as the disabled time for each resource.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Resource")>
<System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="‘.˜, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")>
<System.ComponentModel.DescriptionAttribute("The data collection used by WebScheduler as the disabled time for each resource.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<ISNet.Serialization.BinarySerializableAttribute("setDisabledTime")>
<ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()>
Public ReadOnly Property DisabledTime As WebSchedulerDisabledTimeCollection
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerResource
Dim value As WebSchedulerDisabledTimeCollection
 
value = instance.DisabledTime
C# 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Resource")]
[System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="‘.˜, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")]
[System.ComponentModel.DescriptionAttribute("The data collection used by WebScheduler as the disabled time for each resource.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute("setDisabledTime")]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
public WebSchedulerDisabledTimeCollection DisabledTime {get;}
Delphi 
public read-only property DisabledTime: WebSchedulerDisabledTimeCollection; 
JScript 
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Resource")
System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="‘.˜, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")
System.ComponentModel.DescriptionAttribute("The data collection used by WebScheduler as the disabled time for each resource.")
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.Serialization.BinarySerializableAttribute("setDisabledTime")
ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()
public function get DisabledTime : WebSchedulerDisabledTimeCollection
Managed Extensions for C++ 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Resource")]
[System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="‘.˜, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")]
[System.ComponentModel.DescriptionAttribute("The data collection used by WebScheduler as the disabled time for each resource.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute("setDisabledTime")]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
public: __property WebSchedulerDisabledTimeCollection* get_DisabledTime();
C++/CLI 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Resource")]
[System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="‘.˜, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")]
[System.ComponentModel.DescriptionAttribute("The data collection used by WebScheduler as the disabled time for each resource.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute("setDisabledTime")]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
public:
property WebSchedulerDisabledTimeCollection^ DisabledTime {
   WebSchedulerDisabledTimeCollection^ 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.