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






Glossary Item Box

Gets or sets the ResourceID. Specifies the EventBase's ResourceID.

Syntax

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