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






Glossary Item Box

Specifies Timeline Resource container mode.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("General")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies the container mode of Timeline's Resource.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property ResourcesContentMode As WebSchedulerTimelineResourceContentMode
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As WebSchedulerTimelineResourceContentMode
 
instance.ResourcesContentMode = value
 
value = instance.ResourcesContentMode
C# 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the container mode of Timeline's Resource.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public WebSchedulerTimelineResourceContentMode ResourcesContentMode {get; set;}
Delphi 
public read-write property ResourcesContentMode: WebSchedulerTimelineResourceContentMode; 
JScript 
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("General")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("Specifies the container mode of Timeline's Resource.")
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set ResourcesContentMode : WebSchedulerTimelineResourceContentMode
Managed Extensions for C++ 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the container mode of Timeline's Resource.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property WebSchedulerTimelineResourceContentMode get_ResourcesContentMode();
public: __property void set_ResourcesContentMode( 
   WebSchedulerTimelineResourceContentMode value
);
C++/CLI 
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the container mode of Timeline's Resource.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property WebSchedulerTimelineResourceContentMode ResourcesContentMode {
   WebSchedulerTimelineResourceContentMode get();
   void set (    WebSchedulerTimelineResourceContentMode value);
}

Property Value

The default value is Default. Default means WebScheduler Timeline View Mode will only show the Resource's Name as the container.

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.