Determines whether agenda view use user specified AgendaDetailsCollection or not. If Yes, then AgendaDetailsCollection should manually specified by user.
If this property is enabled, AgendaDetailsCollection will be used as the detail fields in Agenda view.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Agenda View")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Determines whether agenda view use user specified AgendaDetailsCollection or not. If Yes, then AgendaDetailsCollection should manually specified by user.")>
Public Property UseAgendaDetailsCollection As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerAgendaView
Dim value As System.Boolean
instance.UseAgendaDetailsCollection = value
value = instance.UseAgendaDetailsCollection |
C# | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Agenda View")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Determines whether agenda view use user specified AgendaDetailsCollection or not. If Yes, then AgendaDetailsCollection should manually specified by user.")]
public System.bool UseAgendaDetailsCollection {get; set;} |
Delphi | |
---|
public read-write property UseAgendaDetailsCollection: System.Boolean; |
JScript | |
---|
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Agenda View")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Determines whether agenda view use user specified AgendaDetailsCollection or not. If Yes, then AgendaDetailsCollection should manually specified by user.")
public function get,set UseAgendaDetailsCollection : System.boolean |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Agenda View")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Determines whether agenda view use user specified AgendaDetailsCollection or not. If Yes, then AgendaDetailsCollection should manually specified by user.")]
public: __property System.bool get_UseAgendaDetailsCollection();
public: __property void set_UseAgendaDetailsCollection(
System.bool value
); |
C++/CLI | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Agenda View")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Determines whether agenda view use user specified AgendaDetailsCollection or not. If Yes, then AgendaDetailsCollection should manually specified by user.")]
public:
property System.bool UseAgendaDetailsCollection {
System.bool get();
void set ( System.bool value);
} |
Property Value
The default value is False.
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