Specifies whether or not client paging is enabled.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Specifies whether or not client paging is enabled.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Week View")>
Public Property EnableClientPaging As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerWeekView
Dim value As System.Boolean
instance.EnableClientPaging = value
value = instance.EnableClientPaging |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies whether or not client paging is enabled.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Week View")]
public System.bool EnableClientPaging {get; set;} |
Delphi | |
---|
public read-write property EnableClientPaging: System.Boolean; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Specifies whether or not client paging is enabled.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Week View")
public function get,set EnableClientPaging : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies whether or not client paging is enabled.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Week View")]
public: __property System.bool get_EnableClientPaging();
public: __property void set_EnableClientPaging(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies whether or not client paging is enabled.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Week View")]
public:
property System.bool EnableClientPaging {
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