Specifies the text of delete event. This text settings will be implemented in CallOut's delete event button and agenda edit event.
Specifies the text of delete event.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Text Settings")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property DeleteEventText As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerTextSettings
Dim value As System.String
instance.DeleteEventText = value
value = instance.DeleteEventText |
C# | |
---|
[System.ComponentModel.DescriptionAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Text Settings")]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.string DeleteEventText {get; set;} |
Delphi | |
---|
public read-write property DeleteEventText: System.String; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Text Settings")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set DeleteEventText : System.String |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Text Settings")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.string* get_DeleteEventText();
public: __property void set_DeleteEventText(
System.string* value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Text Settings")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.String^ DeleteEventText {
System.String^ get();
void set ( System.String^ value);
} |
Property Value
The default value is Delete Event.
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