Gets or sets the default image used for Timeline view partial disabled time icon.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Gets or sets the default image used for Timeline view partial disabled time icon.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Image Settings")>
Public Property PartialTimelineDisabledTimeIcon As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerImagesSettings
Dim value As System.String
instance.PartialTimelineDisabledTimeIcon = value
value = instance.PartialTimelineDisabledTimeIcon |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets the default image used for Timeline view partial disabled time icon.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Image Settings")]
public System.string PartialTimelineDisabledTimeIcon {get; set;} |
Delphi | |
---|
public read-write property PartialTimelineDisabledTimeIcon: System.String; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Gets or sets the default image used for Timeline view partial disabled time icon.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Image Settings")
public function get,set PartialTimelineDisabledTimeIcon : System.String |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets the default image used for Timeline view partial disabled time icon.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Image Settings")]
public: __property System.string* get_PartialTimelineDisabledTimeIcon();
public: __property void set_PartialTimelineDisabledTimeIcon(
System.string* value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets the default image used for Timeline view partial disabled time icon.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Image Settings")]
public:
property System.String^ PartialTimelineDisabledTimeIcon {
System.String^ get();
void set ( System.String^ 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