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






Glossary Item Box

Provides the settings that control the category binding. Provides the settings that control the category binding.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.CategoryAttribute("Binding")>
<ISNet.Serialization.BinarySerializableAttribute("setCategoryBinding")>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Provides the settings that control the category binding.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ISNet.Serialization.XmlSerializableAttribute(True)>
Public ReadOnly Property CategoryBinding As WebSchedulerCategoriesBinding
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerBinding
Dim value As WebSchedulerCategoriesBinding
 
value = instance.CategoryBinding
C# 
[System.ComponentModel.CategoryAttribute("Binding")]
[ISNet.Serialization.BinarySerializableAttribute("setCategoryBinding")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the category binding.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
public WebSchedulerCategoriesBinding CategoryBinding {get;}
Delphi 
public read-only property CategoryBinding: WebSchedulerCategoriesBinding; 
JScript 
System.ComponentModel.CategoryAttribute("Binding")
ISNet.Serialization.BinarySerializableAttribute("setCategoryBinding")
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Provides the settings that control the category binding.")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
ISNet.Serialization.XmlSerializableAttribute()
public function get CategoryBinding : WebSchedulerCategoriesBinding
Managed Extensions for C++ 
[System.ComponentModel.CategoryAttribute("Binding")]
[ISNet.Serialization.BinarySerializableAttribute("setCategoryBinding")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the category binding.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
public: __property WebSchedulerCategoriesBinding* get_CategoryBinding();
C++/CLI 
[System.ComponentModel.CategoryAttribute("Binding")]
[ISNet.Serialization.BinarySerializableAttribute("setCategoryBinding")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Provides the settings that control the category binding.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
public:
property WebSchedulerCategoriesBinding^ CategoryBinding {
   WebSchedulerCategoriesBinding^ 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.