'Declaration
<NotNullAttribute()> Public Property SoundFile As String
'Usage
Dim 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
'Usage
Dim instance As DAItemPropertyRecord Dim value As String instance.SoundFile = value value = instance.SoundFile
[NotNull()] public string SoundFile {get; set;}