Specifies the tooltip text of high importance image in event.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies the tooltip text of high importance image in event.")>
<System.ComponentModel.CategoryAttribute("Text Settings")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property HighImportanceText As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerTextSettings
Dim value As System.String
instance.HighImportanceText = value
value = instance.HighImportanceText |
C# | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the tooltip text of high importance image in event.")]
[System.ComponentModel.CategoryAttribute("Text Settings")]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.string HighImportanceText {get; set;} |
Delphi | |
---|
public read-write property HighImportanceText: System.String; |
JScript | |
---|
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Specifies the tooltip text of high importance image in event.")
System.ComponentModel.CategoryAttribute("Text Settings")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set HighImportanceText : System.String |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the tooltip text of high importance image in event.")]
[System.ComponentModel.CategoryAttribute("Text Settings")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.string* get_HighImportanceText();
public: __property void set_HighImportanceText(
System.string* value
); |
C++/CLI | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the tooltip text of high importance image in event.")]
[System.ComponentModel.CategoryAttribute("Text Settings")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.String^ HighImportanceText {
System.String^ get();
void set ( System.String^ value);
} |
Property Value
The default value is Today.
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