←Select platform

Item Property

Summary

Gets or sets the macro for the specified tag.

Syntax

C#
VB
C++
public string Item( 
   long tag 
) { get; set; } 
Public Default Property Item( _ 
   ByVal tag As Long _ 
) As String 
public: 
property String^ default [int64] { 
   String^ get(int64 tag); 
   void set (int64 tag, String^ ); 
} 

Parameters

tag
The tag to set the macro for.

Property Value

The macro for the specified tag. The macro assigned to this tag.

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.Dicom.Common Assembly