public DicomVRType Vr {get; set;}
'Declaration Public Property Vr As DicomVRType
'Usage Dim instance As LoadXmlBeforeElementData Dim value As DicomVRType instance.Vr = value value = instance.Vr
public: property DicomVRType Vr { DicomVRType get(); void set ( DicomVRType value); }