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






Glossary Item Box

Indicates whether WebScheduler can edit an event.

Syntax

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