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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly