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