Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Anonymization Namespace > MacroElement Class : Element Property |
public DicomElement Element {get; set;}
'Declaration
Public Property Element As DicomElement
'Usage
Dim instance As MacroElement Dim value As DicomElement instance.Element = value value = instance.Element
public: property DicomElement^ Element { DicomElement^ get(); void set ( DicomElement^ value); }