<?xml version="1.0" encoding="us-ascii"?>
<ErrorDocumentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ErrorName>CS8051</ErrorName>
  <Examples>
    <string>// CS8051: Auto-implemented property `Test.Property' must have set accessor or initializer
// Line: 6

public abstract class Test
{
	public string Property { get; }
}
</string>
  </Examples>
</ErrorDocumentation>