Determines the file name of an image to be displayed in the background of ActiveDay.
Determines the file name of an image to be displayed in the background of ActiveDay.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Determines the file name of an image to be displayed in the background of ActiveDay.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Active Day Style")>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property BackgroundImage As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerActiveDayStyle
Dim value As System.String
instance.BackgroundImage = value
value = instance.BackgroundImage |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Determines the file name of an image to be displayed in the background of ActiveDay.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Active Day Style")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public System.string BackgroundImage {get; set;} |
Delphi | |
---|
public read-write property BackgroundImage: System.String; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Determines the file name of an image to be displayed in the background of ActiveDay.")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("Active Day Style")
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set BackgroundImage : System.String |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Determines the file name of an image to be displayed in the background of ActiveDay.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Active Day Style")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.string* get_BackgroundImage();
public: __property void set_BackgroundImage(
System.string* value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Determines the file name of an image to be displayed in the background of ActiveDay.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Active Day Style")]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.String^ BackgroundImage {
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