Gets or sets the CategoryID.
Specifies the EventBase's CategoryID.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.CategoryAttribute("Event Details")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Gets or sets the CategoryID.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()>
Public Property CategoryID As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerEventBase
Dim value As System.String
instance.CategoryID = value
value = instance.CategoryID |
C# | |
---|
[System.ComponentModel.CategoryAttribute("Event Details")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets the CategoryID.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
public System.string CategoryID {get; set;} |
Delphi | |
---|
public read-write property CategoryID: System.String; |
JScript | |
---|
System.ComponentModel.CategoryAttribute("Event Details")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("Gets or sets the CategoryID.")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()
public function get,set CategoryID : System.String |
Managed Extensions for C++ | |
---|
[System.ComponentModel.CategoryAttribute("Event Details")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets the CategoryID.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
public: __property System.string* get_CategoryID();
public: __property void set_CategoryID(
System.string* value
); |
C++/CLI | |
---|
[System.ComponentModel.CategoryAttribute("Event Details")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets the CategoryID.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
public:
property System.String^ CategoryID {
System.String^ get();
void set ( System.String^ 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