Property Author
Author
Gets or sets the author recorded on every generated revision. Never null or empty; assigning either throws.
public string Author { get; set; }
Property Value
Exceptions
- ArgumentException
The value is null, empty or whitespace.