set_author
Description:
public void set_author (
string? author)
Sets the author property of the
Query to the new author string, author
.
Set author
to null
to unset the property in the query URI.
Parameters:
this |
a Query
|
author |
the new author string, or null
|