set_uri
Description:
[
Version ( since =
"0.4.0" ) ]
public void set_uri (
string? uri)
Sets the uri property to uri
.
uri
must be null
or non-empty.
Set uri
to null
to unset the property in the author.
Parameters:
this |
a Author
|
uri |
the new URI for the author, or null
|