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