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