←Select platform

Item Property

Summary

An indexer definition, which allows client code to use [] notation on the class instance itself.

Syntax

C#
VB
C++
public virtual MedicalViewerSynchronizationObject Item( 
   [MedicalViewerActionType 
)(medicalvieweractiontype.md) type] { get; } 
Public Overridable ReadOnly Default Property Item( _ 
   ByVal type As Leadtools.Medicalviewer.MedicalViewerActionType _ 
) As MedicalViewerSynchronizationObject 
public: 
virtual property _MedicalViewerSynchronizationObject^_ default [MedicalViewerActionType] { 
   _MedicalViewerSynchronizationObject^_ get(Leadtools.Medicalviewer.MedicalViewerActionType type); 
} 

Parameters

type
MedicalViewerActionType enumeration that will be used as index of the collection

Property Value

MedicalViewerSynchronizationObject that represents the object with type type.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly