Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

Item Property






The tag to set the macro for.
Gets or sets the macro for the specified tag.
Syntax
public string this[ 
   long tag
]; {get; set;}
'Declaration
 
Public Default Property Item( _
   ByVal tag As Long _
) As String
'Usage
 
Dim instance As Anonymizer
Dim tag As Long
Dim value As String
 
instance.Item(tag) = value
 
value = instance.Item(tag)
public:
property String^ default [int64] {
   String^ get(int64 tag);
   void set (int64 tag, String^ value);
}

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

See Also

Reference

Anonymizer Class
Anonymizer Members

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features