Intersoft WebScheduler Documentation
ShowWorkWeekText Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerTextSettings Class : ShowWorkWeekText Property






Glossary Item Box

Specifies the text settings for show work week option. Specifies the text settings for show work week option.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies the text settings for show work week option.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Text Settings")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property ShowWorkWeekText As System.String
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerTextSettings
Dim value As System.String
 
instance.ShowWorkWeekText = value
 
value = instance.ShowWorkWeekText
C# 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the text settings for show work week option.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Text Settings")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.string ShowWorkWeekText {get; set;}
Delphi 
public read-write property ShowWorkWeekText: System.String; 
JScript 
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Specifies the text settings for show work week option.")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("Text Settings")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set ShowWorkWeekText : System.String
Managed Extensions for C++ 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the text settings for show work week option.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Text Settings")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.string* get_ShowWorkWeekText();
public: __property void set_ShowWorkWeekText( 
   System.string* value
);
C++/CLI 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the text settings for show work week option.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Text Settings")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.String^ ShowWorkWeekText {
   System.String^ get();
   void set (    System.String^ value);
}

Property Value

The default value is Show work week.

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.