'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Property CloseLabel As String
'Usage
Dim instance As DAItemPropertyRecord Dim value As String instance.CloseLabel = value value = instance.CloseLabel
[JetBrains.Annotations.NotNull()] public string CloseLabel {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).