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






Glossary Item Box

Indicates whether WebScheduler can add a new event.

Syntax

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