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