Tag Property

Summary
Gets or sets a user-defined data object that is associated with this object.
Syntax
C#
VB
C++
public object Tag { get; set; } 
Public Property Tag As Object 
public: 
property Object^ Tag { 
   Object^ get(); 
   void set (    Object^ ); 
} 

Property Value

The user-defined data. Default value is null (Nothing in VB).

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.