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