Item Property

Summary

Gets or sets the DelegatedServer at the specified index from within the collection.

Syntax
C#
VB
C++
public DelegatedServer Item( 
   int index 
) { get; set; } 
  
Public Default Property Item( _ 
   ByVal index As Integer _ 
) As DelegatedServer 
public: 
property DelegatedServer^ default [int] { 
   DelegatedServer^ get(int index); 
   void set (int indexDelegatedServer^ ); 
} 

Parameters

index
The zero-based index of the DelegatedServer to get or set.

Property Value

The DelegatedServer at the specified index.

Example

For an example, refer to DelegatedServer.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly