Indicate whether enable server paging is enabled in Timeline view. To enable server side paging, client paging ViewPort or Both mode should be enabled.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.CategoryAttribute("Timeline View")>
<System.ComponentModel.DescriptionAttribute("Indicate whether enable server paging is enabled in Timeline view. To enable server side paging, client paging ViewPort or Both mode should be enabled.")>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property EnableServerPaging As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerTimelineView
Dim value As System.Boolean
instance.EnableServerPaging = value
value = instance.EnableServerPaging |
C# | |
---|
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.DescriptionAttribute("Indicate whether enable server paging is enabled in Timeline view. To enable server side paging, client paging ViewPort or Both mode should be enabled.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.bool EnableServerPaging {get; set;} |
Delphi | |
---|
public read-write property EnableServerPaging: System.Boolean; |
JScript | |
---|
System.ComponentModel.CategoryAttribute("Timeline View")
System.ComponentModel.DescriptionAttribute("Indicate whether enable server paging is enabled in Timeline view. To enable server side paging, client paging ViewPort or Both mode should be enabled.")
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set EnableServerPaging : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.DescriptionAttribute("Indicate whether enable server paging is enabled in Timeline view. To enable server side paging, client paging ViewPort or Both mode should be enabled.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property System.bool get_EnableServerPaging();
public: __property void set_EnableServerPaging(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.DescriptionAttribute("Indicate whether enable server paging is enabled in Timeline view. To enable server side paging, client paging ViewPort or Both mode should be enabled.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property System.bool EnableServerPaging {
System.bool get();
void set ( System.bool value);
} |
Property Value
The default value is False.
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