Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
public DicomVRType Vr {get; set;}
'Declaration
Public Property Vr As DicomVRType
'Usage
Dim instance As LoadJsonBeforeElementData Dim value As DicomVRType instance.Vr = value value = instance.Vr
public: property DicomVRType Vr { DicomVRType get(); void set ( DicomVRType value); }