// CS0840: `Test.Property.get' must have a body because it is not marked abstract or extern. The property can be automatically implemented when you define both accessors // Line: 7 public abstract class Test { public string Property { get; } }