'DeclarationPublic Shared Property DoublePrecisionDSAttributes As List(Of Keyword)
'UsageDim value As List(Of Keyword) DicomGlobal.DoublePrecisionDSAttributes = value value = DicomGlobal.DoublePrecisionDSAttributes
public static List<Keyword> DoublePrecisionDSAttributes {get; set;}
public: static property List<Keyword>^ DoublePrecisionDSAttributes { List<Keyword>^ get(); void set ( List<Keyword>^ value); }