Table of Contents

Property Author

Namespace
DocWright.Compare
Assembly
DocWright.Compare.dll

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

string

Exceptions

ArgumentException

The value is null, empty or whitespace.