set_comment
Description:
[ Version ( deprecated = true , deprecated_since = "0.14.0" ) ]
public void set_comment (string comment)
public void set_comment (string comment)
Warning: set_comment is deprecated since 0.14.0.
This is a composite setter that will set a number of fields to the supplied value.
Note:
Use try_set_comment instead.
See get_comment for more information.
Parameters:
this |
An instance of Metadata |
comment |
Comment string to set. Must not be null |