Imports system Public Struct s public MustOverride Property p() as Integer End Struct Module M private i as integer Sub Main() End Sub End Module