Specifies DayHourly view export column length per row.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies DayHourly view export column length per row.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Timeline View")>
Public Property DayHourlyExportColumnLength As System.Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerTimelineView
Dim value As System.Integer
instance.DayHourlyExportColumnLength = value
value = instance.DayHourlyExportColumnLength |
C# | |
---|
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies DayHourly view export column length per row.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
public System.int DayHourlyExportColumnLength {get; set;} |
Delphi | |
---|
public read-write property DayHourlyExportColumnLength: System.Integer; |
JScript | |
---|
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("Specifies DayHourly view export column length per row.")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Timeline View")
public function get,set DayHourlyExportColumnLength : System.int |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies DayHourly view export column length per row.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
public: __property System.int get_DayHourlyExportColumnLength();
public: __property void set_DayHourlyExportColumnLength(
System.int value
); |
C++/CLI | |
---|
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies DayHourly view export column length per row.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
public:
property System.int DayHourlyExportColumnLength {
System.int get();
void set ( System.int value);
} |
Property Value
The default value is 10.
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