Determines the DateFormatString for Agenda's Item.
Determines the DateFormatString in AgendaView's item.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Determines the DateFormatString for Agenda's Item.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Agenda View")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
Public Property ItemDateFormatString As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerAgendaView
Dim value As System.String
instance.ItemDateFormatString = value
value = instance.ItemDateFormatString |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Determines the DateFormatString for Agenda's Item.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Agenda View")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public System.string ItemDateFormatString {get; set;} |
Delphi | |
---|
public read-write property ItemDateFormatString: System.String; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Determines the DateFormatString for Agenda's Item.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Agenda View")
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set ItemDateFormatString : System.String |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Determines the DateFormatString for Agenda's Item.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Agenda View")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.string* get_ItemDateFormatString();
public: __property void set_ItemDateFormatString(
System.string* value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Determines the DateFormatString for Agenda's Item.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Agenda View")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.String^ ItemDateFormatString {
System.String^ get();
void set ( System.String^ value);
} |
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