<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS0276</ErrorName>
  <Examples>
    <string>// CS0276: `Error0276.Message': accessibility modifiers on accessors may only be used if the property or indexer has both a get and a set accessor
// Line: 7
// Compiler options: -t:library

 class Error0276 
 {
	 protected internal string Message {
		 internal set {
		 }
	 }

 }

</string>
  </Examples>
</ErrorDocumentation>