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