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






Glossary Item Box

Specifies the CategoryID. Specifies the CategoryID.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Specifies the CategoryID.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()>
<System.ComponentModel.CategoryAttribute("Category")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property CategoryID As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerCategory
Dim value As System.Integer
 
instance.CategoryID = value
 
value = instance.CategoryID
C# 
[System.ComponentModel.DescriptionAttribute("Specifies the CategoryID.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.CategoryAttribute("Category")]
[System.ComponentModel.DefaultValueAttribute()]
public System.int CategoryID {get; set;}
Delphi 
public read-write property CategoryID: System.Integer; 
JScript 
System.ComponentModel.DescriptionAttribute("Specifies the CategoryID.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()
System.ComponentModel.CategoryAttribute("Category")
System.ComponentModel.DefaultValueAttribute()
public function get,set CategoryID : System.int
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Specifies the CategoryID.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.CategoryAttribute("Category")]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.int get_CategoryID();
public: __property void set_CategoryID( 
   System.int value
);
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Specifies the CategoryID.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[System.ComponentModel.CategoryAttribute("Category")]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.int CategoryID {
   System.int get();
   void set (    System.int value);
}

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.