'DeclarationPublic Shared Property HologicCompressedDataAttributeElements As List(Of UShort)
'UsageDim 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); }