Determines whether or not view on my calendar link is displayed.
Determines whether or not View on my calendar link displayed in Agenda actions row
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Determines whether or not view on my calendar link is displayed.")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Agenda View")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property DisplayViewOnMyCalendarLink As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerAgendaView
Dim value As System.Boolean
instance.DisplayViewOnMyCalendarLink = value
value = instance.DisplayViewOnMyCalendarLink |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Determines whether or not view on my calendar link is displayed.")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Agenda View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.bool DisplayViewOnMyCalendarLink {get; set;} |
Delphi | |
---|
public read-write property DisplayViewOnMyCalendarLink: System.Boolean; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Determines whether or not view on my calendar link is displayed.")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Agenda View")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set DisplayViewOnMyCalendarLink : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Determines whether or not view on my calendar link is displayed.")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Agenda View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property System.bool get_DisplayViewOnMyCalendarLink();
public: __property void set_DisplayViewOnMyCalendarLink(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Determines whether or not view on my calendar link is displayed.")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Agenda View")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property System.bool DisplayViewOnMyCalendarLink {
System.bool get();
void set ( System.bool value);
} |
Property Value
The default value is True.
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