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