'Declaration
<DefaultValueAttribute("")> <NotNullAttribute()> Public Property Comment As String
'Usage
Dim instance As AEConditionState Dim value As String instance.Comment = value value = instance.Comment
[DefaultValue("")] [NotNull()] public string Comment {get; set;}
[DefaultValue("")] [NotNull()] public: property String^ Comment { String^ get(); void set ( String^ value); }