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