'Declaration
Public Shared Property HologicCompressedDataAttributeElements As List(Of UShort)
'Usage
Dim value As List(Of UShort) DicomGlobal.HologicCompressedDataAttributeElements = value value = DicomGlobal.HologicCompressedDataAttributeElements
public static List<ushort> HologicCompressedDataAttributeElements {get; set;}
public: static property List<ushort>^ HologicCompressedDataAttributeElements { List<ushort>^ get(); void set ( List<ushort>^ value); }