Specifies the EndTime of DisabledTime.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("General")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.TwoWay)>
<System.ComponentModel.DescriptionAttribute("Specifies the EndTime of DisabledTime.")>
Public Property EndTime As System.Date |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerDisabledTime
Dim value As System.Date
instance.EndTime = value
value = instance.EndTime |
C# | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.TwoWay)]
[System.ComponentModel.DescriptionAttribute("Specifies the EndTime of DisabledTime.")]
public System.DateTime EndTime {get; set;} |
Delphi | |
---|
public read-write property EndTime: System.DateTime; |
JScript | |
---|
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("General")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.TwoWay)
System.ComponentModel.DescriptionAttribute("Specifies the EndTime of DisabledTime.")
public function get,set EndTime : System.DateTime |
Managed Extensions for C++ | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.TwoWay)]
[System.ComponentModel.DescriptionAttribute("Specifies the EndTime of DisabledTime.")]
public: __property System.DateTime get_EndTime();
public: __property void set_EndTime(
System.DateTime value
); |
C++/CLI | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.TwoWay)]
[System.ComponentModel.DescriptionAttribute("Specifies the EndTime of DisabledTime.")]
public:
property System.DateTime EndTime {
System.DateTime get();
void set ( System.DateTime value);
} |
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