Specifies the Name of the Holiday.
Sets the holiday's name.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.BrowsableAttribute(True)>
<System.ComponentModel.CategoryAttribute("Holiday")>
<System.ComponentModel.DescriptionAttribute("Specifies the Name of the Holiday.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
Public Overrides Property Name As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerHoliday
Dim value As System.String
instance.Name = value
value = instance.Name |
C# | |
---|
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.CategoryAttribute("Holiday")]
[System.ComponentModel.DescriptionAttribute("Specifies the Name of the Holiday.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
public override System.string Name {get; set;} |
Delphi | |
---|
public read-write property Name: System.String; override; |
JScript | |
---|
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.CategoryAttribute("Holiday")
System.ComponentModel.DescriptionAttribute("Specifies the Name of the Holiday.")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)
public override function get,set Name : System.String |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.CategoryAttribute("Holiday")]
[System.ComponentModel.DescriptionAttribute("Specifies the Name of the Holiday.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
public: __property System.string* get_Name() override;
public: __property void set_Name(
System.string* value
) override; |
C++/CLI | |
---|
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.CategoryAttribute("Holiday")]
[System.ComponentModel.DescriptionAttribute("Specifies the Name of the Holiday.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
public:
property System.String^ Name {
System.String^ get() override;
void set ( System.String^ value) override;
} |
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