Indicates whether the holiday will appear on the same date and same month, eventhough it is not the same year.
Indicates whether IsGeneral is applied.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Indicates whether the holiday will appear on the same date and same month, eventhough it is not the same year.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Holiday")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property IsGeneral As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerHoliday
Dim value As System.Boolean
instance.IsGeneral = value
value = instance.IsGeneral |
C# | |
---|
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Indicates whether the holiday will appear on the same date and same month, eventhough it is not the same year.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Holiday")]
[System.ComponentModel.DefaultValueAttribute()]
public System.bool IsGeneral {get; set;} |
Delphi | |
---|
public read-write property IsGeneral: System.Boolean; |
JScript | |
---|
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Indicates whether the holiday will appear on the same date and same month, eventhough it is not the same year.")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.CategoryAttribute("Holiday")
System.ComponentModel.DefaultValueAttribute()
public function get,set IsGeneral : System.boolean |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Indicates whether the holiday will appear on the same date and same month, eventhough it is not the same year.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Holiday")]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.bool get_IsGeneral();
public: __property void set_IsGeneral(
System.bool value
); |
C++/CLI | |
---|
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Indicates whether the holiday will appear on the same date and same month, eventhough it is not the same year.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Holiday")]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.bool IsGeneral {
System.bool get();
void set ( System.bool 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