// cs0111.cs: Class 'SampleClass' already defines a member called 'get_Value' with the same parameter types // Line: 7 public class Test { public string get_Value () { return null; } public string Value { get { } } }