<?xml version="1.0" encoding="us-ascii"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS0275</ErrorName>
  <Examples>
    <string>// cs0275.cs: `Error0275.Message.get': accessibility modifiers may not be used on accessors in an interface
// Line: 7

 public interface Error0275
 {
	 string Message {
		 protected get;
		 set;
	 }

 }

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