'Declaration
<NotNullAttribute()> Public Property Comment As String
'Usage
Dim instance As AEAcknowledgeConditionArguments Dim value As String instance.Comment = value value = instance.Comment
[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)
.