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