'Declaration<DefaultValueAttribute("")> <NotNullAttribute()> Public Property Comment As String
'UsageDim 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); }