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






Glossary Item Box

Specifies the text of Resource's header. Specifies the text of Resource's header.

Syntax

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

Property Value

The default value is Resources.

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.