'Declaration<NotNullAttribute()> Public Property SoundFile As String
'UsageDim instance As DAItemPropertyRecord Dim value As String instance.SoundFile = value value = instance.SoundFile
[NotNull()] public string SoundFile {get; set;}
'Declaration<NotNullAttribute()> Public Property SoundFile As String
'UsageDim instance As DAItemPropertyRecord Dim value As String instance.SoundFile = value value = instance.SoundFile
[NotNull()] public string SoundFile {get; set;}