'Declaration Public Property Keyword As String
'Usage Dim instance As DicomAttribute Dim value As String instance.Keyword = value value = instance.Keyword
public string Keyword {get; set;}
'Declaration Public Property Keyword As String
'Usage Dim instance As DicomAttribute Dim value As String instance.Keyword = value value = instance.Keyword
public string Keyword {get; set;}