// cs0547.cs: 'Value' : property cannot have void type // Line: 5 interface PropertyInterface { void Value { get; } }