Configures the settings used by week view.
Configures the settings used by week view.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.ComponentModel.CategoryAttribute("View")>
<System.ComponentModel.DescriptionAttribute("Configures the settings used by week view.")>
<ISNet.Serialization.BinarySerializableAttribute("setWeekView")>
<ISNet.Serialization.XmlSerializableAttribute(True)>
Public ReadOnly Property WeekView As WebSchedulerWeekView |
C# | |
---|
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.CategoryAttribute("View")]
[System.ComponentModel.DescriptionAttribute("Configures the settings used by week view.")]
[ISNet.Serialization.BinarySerializableAttribute("setWeekView")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
public WebSchedulerWeekView WeekView {get;} |
JScript | |
---|
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.ComponentModel.CategoryAttribute("View")
System.ComponentModel.DescriptionAttribute("Configures the settings used by week view.")
ISNet.Serialization.BinarySerializableAttribute("setWeekView")
ISNet.Serialization.XmlSerializableAttribute()
public function get WeekView : WebSchedulerWeekView |
Managed Extensions for C++ | |
---|
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.CategoryAttribute("View")]
[System.ComponentModel.DescriptionAttribute("Configures the settings used by week view.")]
[ISNet.Serialization.BinarySerializableAttribute("setWeekView")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
public: __property WebSchedulerWeekView* get_WeekView(); |
C++/CLI | |
---|
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.CategoryAttribute("View")]
[System.ComponentModel.DescriptionAttribute("Configures the settings used by week view.")]
[ISNet.Serialization.BinarySerializableAttribute("setWeekView")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
public:
property WebSchedulerWeekView^ WeekView {
WebSchedulerWeekView^ 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