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