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