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