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






index

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<__DynamicallyInvokableAttribute()>
Public Default Property Item( _
   ByVal index As System.Integer _
) As ISNet.WebUI.INamedObject2
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerRecurrenceCollection
Dim index As System.Integer
Dim value As ISNet.WebUI.INamedObject2
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
[__DynamicallyInvokableAttribute()]
public ISNet.WebUI.INamedObject2 this[ 
   System.int index
]; {get; set;}
Delphi 
public  this: : ISNet.WebUI.INamedObject2;[ 
    index: System.Integer
]; read-write
JScript 
__DynamicallyInvokableAttribute()
public  this[ 
   index : System.int
] get,set : ISNet.WebUI.INamedObject2
Managed Extensions for C++ 
[__DynamicallyInvokableAttribute()]
public: __property ISNet.WebUI.INamedObject2* get_Item   System.int index
;
public: __property void set_Item   System.int index,
   ISNet.WebUI.INamedObject2* value
;
C++/CLI 
[__DynamicallyInvokableAttribute()]
public:
property ISNet.WebUI.INamedObject2^ default [int] {
   ISNet.WebUI.INamedObject2^ get(System.int index);
   void set (System.int index, ISNet.WebUI.INamedObject2^ value);
}

Parameters

index

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.