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