Indicate whether Timeline view should be enabled or not in WebScheduler.
Indicates whether Timeline view should be enabled or not in WebScheduler.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Timeline View")>
<System.ComponentModel.DescriptionAttribute("Indicate whether Timeline view should be enabled or not in WebScheduler.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Overrides Property Enabled As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerTimelineView
Dim value As System.Boolean
instance.Enabled = value
value = instance.Enabled |
C# | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.DescriptionAttribute("Indicate whether Timeline view should be enabled or not in WebScheduler.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public override System.bool Enabled {get; set;} |
Delphi | |
---|
public read-write property Enabled: System.Boolean; override; |
JScript | |
---|
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.CategoryAttribute("Timeline View")
System.ComponentModel.DescriptionAttribute("Indicate whether Timeline view should be enabled or not in WebScheduler.")
ISNet.Serialization.XmlSerializableAttribute()
public override function get,set Enabled : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.DescriptionAttribute("Indicate whether Timeline view should be enabled or not in WebScheduler.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.bool get_Enabled() override;
public: __property void set_Enabled(
System.bool value
) override; |
C++/CLI | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.DescriptionAttribute("Indicate whether Timeline view should be enabled or not in WebScheduler.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.bool Enabled {
System.bool get() override;
void set ( System.bool value) override;
} |
Property Value
The default value is False.
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