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 |
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;} |
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