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






Glossary Item Box

Gets or sets the default resource when Resources is not defined.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Data Editing")>
<System.ComponentModel.DescriptionAttribute("Gets or sets the default resource when Resources is not defined.")>
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<ISNet.Serialization.BinarySerializableAttribute("setDefaultResources")>
Public ReadOnly Property DefaultResource As WebSchedulerResource
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As WebSchedulerResource
 
value = instance.DefaultResource
C# 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Data Editing")]
[System.ComponentModel.DescriptionAttribute("Gets or sets the default resource when Resources is not defined.")]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute("setDefaultResources")]
public WebSchedulerResource DefaultResource {get;}
Delphi 
public read-only property DefaultResource: WebSchedulerResource; 
JScript 
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Data Editing")
System.ComponentModel.DescriptionAttribute("Gets or sets the default resource when Resources is not defined.")
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.Serialization.BinarySerializableAttribute("setDefaultResources")
public function get DefaultResource : WebSchedulerResource
Managed Extensions for C++ 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Data Editing")]
[System.ComponentModel.DescriptionAttribute("Gets or sets the default resource when Resources is not defined.")]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute("setDefaultResources")]
public: __property WebSchedulerResource* get_DefaultResource();
C++/CLI 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Data Editing")]
[System.ComponentModel.DescriptionAttribute("Gets or sets the default resource when Resources is not defined.")]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute("setDefaultResources")]
public:
property WebSchedulerResource^ DefaultResource {
   WebSchedulerResource^ get();
}

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.