Macro Property

Summary

Gets or sets the macro associated with this tag.

Syntax
C#
VB
C++
public string Macro { get; set; } 
Public Property Macro As String 
public: 
property String^ Macro { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The macro to be process to get the value for this tag.

Requirements

Target Platforms

See Also

Reference

TagMacro Class

TagMacro Members

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