Specifies the fields to be displayed in time-based event.
Specifies the fields to be displayed in time-based event.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Month View")>
<System.ComponentModel.DescriptionAttribute("Specifies the fields to be displayed in time-based event.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property TimeBasedEventDisplay As WebSchedulerTimeBasedEventDisplay |
C# | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Month View")]
[System.ComponentModel.DescriptionAttribute("Specifies the fields to be displayed in time-based event.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public WebSchedulerTimeBasedEventDisplay TimeBasedEventDisplay {get; set;} |
JScript | |
---|
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Month View")
System.ComponentModel.DescriptionAttribute("Specifies the fields to be displayed in time-based event.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set TimeBasedEventDisplay : WebSchedulerTimeBasedEventDisplay |
Managed Extensions for C++ | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Month View")]
[System.ComponentModel.DescriptionAttribute("Specifies the fields to be displayed in time-based event.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property WebSchedulerTimeBasedEventDisplay get_TimeBasedEventDisplay();
public: __property void set_TimeBasedEventDisplay(
WebSchedulerTimeBasedEventDisplay value
); |
C++/CLI | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Month View")]
[System.ComponentModel.DescriptionAttribute("Specifies the fields to be displayed in time-based event.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property WebSchedulerTimeBasedEventDisplay TimeBasedEventDisplay {
WebSchedulerTimeBasedEventDisplay get();
void set ( WebSchedulerTimeBasedEventDisplay value);
} |
Property Value
The default value is ShowTimeAndSubject.
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