Indicates whether time interval modification applied in one view should be synchronized to all views.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Indicates whether time interval modification applied in one view should be synchronized to all views.")>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property SynchronizeTimeInterval As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerViewSettings
Dim value As System.Boolean
instance.SynchronizeTimeInterval = value
value = instance.SynchronizeTimeInterval |
C# | |
---|
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Indicates whether time interval modification applied in one view should be synchronized to all views.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.bool SynchronizeTimeInterval {get; set;} |
Delphi | |
---|
public read-write property SynchronizeTimeInterval: System.Boolean; |
JScript | |
---|
System.ComponentModel.CategoryAttribute("Behavior")
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("Indicates whether time interval modification applied in one view should be synchronized to all views.")
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set SynchronizeTimeInterval : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Indicates whether time interval modification applied in one view should be synchronized to all views.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.bool get_SynchronizeTimeInterval();
public: __property void set_SynchronizeTimeInterval(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Indicates whether time interval modification applied in one view should be synchronized to all views.")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.bool SynchronizeTimeInterval {
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