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