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