Indicates whether the resources table is visible or not.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("General")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Indicates whether the resources table is visible or not.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property DisplayResourcesTable As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebScheduler
Dim value As System.Boolean
instance.DisplayResourcesTable = value
value = instance.DisplayResourcesTable |
C# | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Indicates whether the resources table is visible or not.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.bool DisplayResourcesTable {get; set;} |
Delphi | |
---|
public read-write property DisplayResourcesTable: System.Boolean; |
JScript | |
---|
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("General")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Indicates whether the resources table is visible or not.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set DisplayResourcesTable : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Indicates whether the resources table is visible or not.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.bool get_DisplayResourcesTable();
public: __property void set_DisplayResourcesTable(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Indicates whether the resources table is visible or not.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.bool DisplayResourcesTable {
System.bool get();
void set ( System.bool value);
} |
Property Value
The default value is True.
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