Intersoft WebScheduler Documentation
AllowDelete Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerDataEditing Class : AllowDelete Property






Glossary Item Box

Indicates whether WebScheduler can delete an event.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Data Editing")>
<System.ComponentModel.DescriptionAttribute("Indicates whether WebScheduler can delete an event.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property AllowDelete As WebSchedulerAllowMode
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerDataEditing
Dim value As WebSchedulerAllowMode
 
instance.AllowDelete = value
 
value = instance.AllowDelete
C# 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Data Editing")]
[System.ComponentModel.DescriptionAttribute("Indicates whether WebScheduler can delete an event.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public WebSchedulerAllowMode AllowDelete {get; set;}
Delphi 
public read-write property AllowDelete: WebSchedulerAllowMode; 
JScript 
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.CategoryAttribute("Data Editing")
System.ComponentModel.DescriptionAttribute("Indicates whether WebScheduler can delete an event.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set AllowDelete : WebSchedulerAllowMode
Managed Extensions for C++ 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Data Editing")]
[System.ComponentModel.DescriptionAttribute("Indicates whether WebScheduler can delete an event.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property WebSchedulerAllowMode get_AllowDelete();
public: __property void set_AllowDelete( 
   WebSchedulerAllowMode value
);
C++/CLI 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Data Editing")]
[System.ComponentModel.DescriptionAttribute("Indicates whether WebScheduler can delete an event.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property WebSchedulerAllowMode AllowDelete {
   WebSchedulerAllowMode get();
   void set (    WebSchedulerAllowMode value);
}

Property Value

The default value is No.

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

©2013 Intersoft Solutions Corp. All Rights Reserved.