// cs0111-10.cs: `Test.get_Value()' is already defined. Rename this member or use different parameter types // Line: 7 public class Test { public string get_Value () { return null; } public string Value { get { } } }