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